pgfe icon indicating copy to clipboard operation
pgfe copied to clipboard

Pgfe takes into account named parameters commented out at the SQL level

Open dmitigr opened this issue 8 months ago • 0 comments

For example, errtext must not be considered in the following snippet:

update task set end_date = :enddate/*, error_text = :errtext*/ where id = :id

dmitigr avatar May 27 '24 17:05 dmitigr