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
This class also introduces format_alias_sql_new() (in pypika.utils), which is an evolution of format_alias_sql() with an added static_quote_char parameter:
Objective
I needed to generate the following SQL query:
I didn't seem to find any existing way to do it, so here is my proposal
StaticValue class
In
pypika.terms
This class also introduces
format_alias_sql_new()
(inpypika.utils
), which is an evolution offormat_alias_sql()
with an addedstatic_quote_char
parameter:format_quotes
here being the normalpypika.utils.format_quotes
.The text was updated successfully, but these errors were encountered: