should be it
This commit is contained in:
8
external/duckdb/test/sql/peg_parser/on_conflict.test
vendored
Normal file
8
external/duckdb/test/sql/peg_parser/on_conflict.test
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# name: test/sql/peg_parser/on_conflict.test
|
||||
# description: Test insert into with conflict syntax in peg parser
|
||||
# group: [peg_parser]
|
||||
|
||||
require autocomplete
|
||||
|
||||
statement ok
|
||||
CALL check_peg_parser($TEST_PEG_PARSER$INSERT INTO tbl_comp VALUES (2, 'hello', 1, 'world') ON CONFLICT (c, b) DO UPDATE SET a = excluded.a, d = excluded.d;$TEST_PEG_PARSER$);
|
||||
Reference in New Issue
Block a user