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
@mpokryva Yeah, that sounds eerily familiar to #188 - just different type of constraint, but same issue with the parenthesis not being added around a constraint's expression.
The following query (taken from the Postgres regression tests) unfortunately produces an invalid query when ran through the deparser:
Original query:
Deparser output:
(note the missing parentheses around
c2::circle
which are present in the original query).When I run the above in psql, I get
ERROR: syntax error at or near "::"
This might be a similar fix to #188 (which I haven't had time to address yet 🙃 ).
The text was updated successfully, but these errors were encountered: