Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit72552ec

Browse files
committed
set standard_conforming_strings for tests to prevent test failing
1 parent41725de commit72552ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎expected/jsquery.out

Lines 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

Lines 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
CREATETABLEtest_jsquery (v jsonb);
67

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp