feature #11: select with extra parameters

This commit is contained in:
2019-07-18 15:59:07 +02:00
parent a32b70c316
commit 1a70f3f03b
6 changed files with 124 additions and 67 deletions

View File

@@ -1 +1 @@
select json_build_object('id', 2, 'name', :name::text);
select json_build_object('id', 2, 'name', :name::text), 'plop'::text as other;