Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72552ec

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

File tree

2 files changed

+2
-0
lines changed
Filter options

2 files changed

+2
-0
lines changed

‎expected/jsquery.out

Copy file name to clipboardExpand all lines: expected/jsquery.out
+1Lines changed: 1 addition & 0 deletions
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;

‎sql/jsquery.sql

Copy file name to clipboardExpand all lines: sql/jsquery.sql
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.