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

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
CREATE TABLE test_jsquery (v jsonb);
67

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy