Skip to content

Commit

Permalink
fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Dec 16, 2022
1 parent 4df6699 commit 0710405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/logictest/suites/base/03_dml/03_0016_insert_into_values
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ statement ok
DROP DATABASE db1;

statement ok
CREATE TABLE IF NOT EXISTS db2.t2(a UInt32 null) Engine = Fuse;
CREATE TABLE IF NOT EXISTS db2.t2(a UInt32 null) Engine = Fuse

statement ok
INSERT INTO db2.t2 VALUES(1);
INSERT INTO db2.t2 VALUES(1)

statement ok
DROP DATABASE db2

statement ok
DROP DATABASE db2;
=======
DROP DATABASE db1
>>>>>>> a7eb484185 (remove last semicolon in sql)
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ select substr('城区主城区其他', 1, 6), length('我爱中国')
城区主城区其 4

statement ok
unset sql_dial
unset sql_dialect

0 comments on commit 0710405

Please sign in to comment.