mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-21 00:54:19 +01:00
Merge pull request #200 from benclmnt/case-insensitive-cols
This commit is contained in:
@@ -22,3 +22,7 @@ do_execsql_test realify {
|
||||
do_execsql_test select-add {
|
||||
select u.age + 1 from users u where u.age = 91 limit 1;
|
||||
} {92}
|
||||
|
||||
do_execsql_test case-insensitive-columns {
|
||||
select u.aGe + 1 from USERS u where U.AGe = 91 limit 1;
|
||||
} {92}
|
||||
|
||||
Reference in New Issue
Block a user