-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect field names quatation in query #161
Comments
Thanks for reporting @Napas . Will take a look. |
@usmanhalalit is alive xD |
@eL-Prova hehe 😄 . Yep, coming back. Had serious eye surgeries, I had a retinal detachment. |
(Y) I hope you are doing well |
Any luck? |
@Napas can you show us a practical use case where it is important to specify the database name? Thank you. |
@TCB13 Joining tables from different databases.
Aliasing table names might be a workaround for that, but still, it is a workaround. |
When using 'database_name.table_name.field_name' as a field name in query it becomes
`database_name`.`table_name.field_name`.
Should be:
`database_name`.`table_name`.`field_name`
The text was updated successfully, but these errors were encountered: