mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 08:24:19 +01:00
make comparison case sensitive
This commit is contained in:
@@ -999,3 +999,8 @@ do_execsql_test_in_memory_any_error limit-column-reference-error {
|
||||
CREATE TABLE t(a);
|
||||
SELECT * FROM t LIMIT (t.a);
|
||||
}
|
||||
|
||||
do_execsql_test select-binary-collation {
|
||||
SELECT 'a' = 'A';
|
||||
SELECT 'a' = 'a';
|
||||
} {0 1}
|
||||
Reference in New Issue
Block a user