Skip to content

Commit

Permalink
add sqllogictest
Browse files Browse the repository at this point in the history
  • Loading branch information
notauserx committed Nov 27, 2024
1 parent 9c8f572 commit 5ad40f7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ select * from Student
statement ok
set unquoted_ident_case_sensitive = 1

statement ok
SELECT VERSION()

statement error (?s)1025,.*Unknown table `default`\.`default`\.student \.
INSERT INTO student VALUES(1)

Expand Down

0 comments on commit 5ad40f7

Please sign in to comment.