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
I believe using the dialect specific Query class is the recommended way of using. That's somewhere in the README
I am not sure if passing dialect kwarg is recommended. Definitely confusing to not get the behavior out of it though
It could be that the kwarg is never used
Hi,
I tried to create a query for MySQL today and found out that regardless I define, the query always looks the same.
Example:
The ony way to get a correct MySQL query is to either use
MySQLQuery
from pypika.dialects or you useq.get_sql(quote_char='`')
.Of course it could be that I may have a wrong understanding of pypika.Dialects, but there's not much explanation out there.
Regards, Thomas
The text was updated successfully, but these errors were encountered: