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
throws:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"t1" LIMIT 1
Describe the bug
Incorrect table alias escaping with " instead of `
To Reproduce
generates:
throws:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"t1" LIMIT 1
Expected behavior
Dialect:
Additional context
Current workaround:
The text was updated successfully, but these errors were encountered: