Skip to content

Commit 5ad40f7

Browse files
committed
add sqllogictest
1 parent 9c8f572 commit 5ad40f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sqllogictests/suites/query/case_sensitivity/name_hit.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ select * from Student
2828
statement ok
2929
set unquoted_ident_case_sensitive = 1
3030

31+
statement ok
32+
SELECT VERSION()
33+
3134
statement error (?s)1025,.*Unknown table `default`\.`default`\.student \.
3235
INSERT INTO student VALUES(1)
3336

0 commit comments

Comments
 (0)