Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41725de commit 72552ecCopy full SHA for 72552ec
expected/jsquery.out
@@ -1,5 +1,6 @@
1
CREATE EXTENSION jsquery;
2
set escape_string_warning=off;
3
+set standard_conforming_strings=on;
4
CREATE TABLE test_jsquery (v jsonb);
5
\copy test_jsquery from 'data/test_jsquery.data'
6
select 'asd.zzz = 13'::jsquery;
sql/jsquery.sql
@@ -1,6 +1,7 @@
7
0 commit comments