You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(driver/mysql): add quotation marks for schema and table names in GetTableIndexesInfo
- Update the GetTableIndexesInfo function to add quotation marks around schema and table names
- This change helps prevent potential errors when dealing with keywords or special characters in schema/table names
0 commit comments