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
Is your feature request related to a problem? Please describe.
I am trying to use this library to generate queries for Presto/Trino SQL. It seems that Trino does not support using IS when comparing bools, = should be used instead. Currently, the normalisation is "hardcoded" in
Describe the solution you'd like
I think there should be some way to specify (maybe at the dialect level) whether bools should be normalised. What you think?
Dialect
trino/presto
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for this amazing library.
Is your feature request related to a problem? Please describe.
I am trying to use this library to generate queries for Presto/Trino SQL. It seems that Trino does not support using
IS
when comparing bools,=
should be used instead. Currently, the normalisation is "hardcoded" ingoqu/exp/bool.go
Line 157 in 21b6e6d
Describe the solution you'd like
I think there should be some way to specify (maybe at the dialect level) whether bools should be normalised. What you think?
Dialect
Thanks!
The text was updated successfully, but these errors were encountered: