We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ccbbb commit 2e5cebdCopy full SHA for 2e5cebd
crates/squawk_parser/tests/data/regression_suite/copyselect.sql
@@ -87,10 +87,10 @@ drop table test1;
87
-- copy (select 1) to stdout\; copy (select 2) to stdout\; select 3\; select 4; -- 1 2 3 4
88
89
create table test3 (c int);
90
--- -- select 0\; copy test3 from stdin\; copy test3 from stdin\; select 1; -- 0 1
+-- select 0\; copy test3 from stdin\; copy test3 from stdin\; select 1; -- 0 1
91
-- 1
92
--- -- \.
+-- \.
93
-- 2
94
95
select * from test3;
96
drop table test3;
0 commit comments