Broke parametric query

Discussion of open issues, suggestions and bugs regarding database management and development tools for PostgreSQL
Post Reply
Atomsmasher1931
Posts: 2
Joined: Tue 08 Oct 2019 08:43

Broke parametric query

Post by Atomsmasher1931 » 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:

Code: Select all

SELECT * FROM t_table WHERE id = :id ORDER BY id DESC;
Return:
syntax error at or near ":"
It work in version before, and broke in current. Return it soon as possible


alexa

Re: Broke parametric query

Post by alexa » Thu 24 Oct 2019 12:23

We are aware of this issue and will fix it in one of the next product builds. We will notify you once it's available for downloading.

Post Reply