pugsql icon indicating copy to clipboard operation
pugsql copied to clipboard

include informational comments in queries

Open mcfunley opened this issue 5 years ago • 0 comments

It'd be nice to include the function names and filenames in the sql queries that wind up getting run, i.e. the database should see something like:

-- pugsql function foobar in file sql/modulename/foobar.sql
select * from foobar limit 5;

mcfunley avatar Jun 23 '19 19:06 mcfunley