Skip to content

Commit 72552ec

Browse files
committed
set standard_conforming_strings for tests to prevent test failing
1 parent 41725de commit 72552ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: expected/jsquery.out

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CREATE EXTENSION jsquery;
22
set escape_string_warning=off;
3+
set standard_conforming_strings=on;
34
CREATE TABLE test_jsquery (v jsonb);
45
\copy test_jsquery from 'data/test_jsquery.data'
56
select 'asd.zzz = 13'::jsquery;

Diff for: sql/jsquery.sql

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CREATE EXTENSION jsquery;
22

33
set escape_string_warning=off;
4+
set standard_conforming_strings=on;
45

56
CREATE TABLE test_jsquery (v jsonb);
67

0 commit comments

Comments
 (0)