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 change is intentional - that was always a libpg_query patch, Postgres never supported this syntax for parameter references. Though some ORMs support ? replacement characters, they then do local substitution and don't send the query in that form to the Postgres server.
Queries with
(?)
are not valid since updated version from1.1.6
to1.1.7/1.1.8
, doesn't depend on go versionGetting
ERROR: syntax error at or near ")"
Another example:
Getting
ERROR: syntax error at or near "AND"
The text was updated successfully, but these errors were encountered: