Broke parametric query
Posted: Tue 08 Oct 2019 11:26
After update Standart Edition to 2.2.184 I catch a problem that don't work parameters in queries.
Execute query like:
Return:
syntax error at or near ":"
It work in version before, and broke in current. Return it soon as possible
Execute query like:
Code: Select all
SELECT * FROM t_table WHERE id = :id ORDER BY id DESC;
syntax error at or near ":"
It work in version before, and broke in current. Return it soon as possible