Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions expected/jsquery.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ set escape_string_warning=off;
set standard_conforming_strings=on;
CREATE TABLE test_jsquery (v jsonb);
\copy test_jsquery from 'data/test_jsquery.data'
select ''::jsquery;
ERROR: bad jsquery representation
LINE 1: select ''::jsquery;
^
DETAIL: No symbols read at the end of input
select 'asd.zzz = 13'::jsquery;
jsquery
------------------
Expand Down
5 changes: 0 additions & 5 deletions expected/jsquery_1.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ set escape_string_warning=off;
set standard_conforming_strings=on;
CREATE TABLE test_jsquery (v jsonb);
\copy test_jsquery from 'data/test_jsquery.data'
select ''::jsquery;
ERROR: bad jsquery representation
LINE 1: select ''::jsquery;
^
DETAIL: No symbols read at the end of input
select 'asd.zzz = 13'::jsquery;
jsquery
------------------
Expand Down
Loading