pgfe
pgfe copied to clipboard
Pgfe takes into account named parameters commented out at the SQL level
For example, errtext
must not be considered in the following snippet:
update task set end_date = :enddate/*, error_text = :errtext*/ where id = :id