Pgfe takes into account named parameters commented out at the SQL level
Opened this issue · 0 comments
dmitigr commented
For example, errtext
must not be considered in the following snippet:
update task set end_date = :enddate/*, error_text = :errtext*/ where id = :id