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
@maen-allaga Hello and thanks for your answer. Not exactly. For me, it should work that way :
-dedicated dialectS. Enclosing character is well specified.
-generic dialect (some kind of "default" one). Enclosing character is by default the double quote but the user has the ability to specify another one.
Moreoever, I'm not sure that now, the enclosing character is specified (but I may have missed that in the code).
Hello,
Reading the documentation and in the examples, the enclosing character is always "
https://pypika.readthedocs.io/en/latest/2_tutorial.html
SELECT "history".* FROM "history" JOIN "customers" ON "history"."customer_id"="customers"."id" WHERE "customers"."id"=5
However, it may differ in many databases such as Apache Hive where it 's a backtick.
Therefore, I would like a way to specify this enclosing character.
Best regards,
Simon
The text was updated successfully, but these errors were encountered: