Files
postgres-json/src/test/resources/sql/query/Test/selectOneWithParameters.sql

1 line
115 B
SQL

select json_build_object('id', '829b1a29-5db8-47f9-9562-961c561ac528', 'name', :name::text), 'plop'::text as other;