mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 11:14:20 +01:00
testing: pragma.test
This commit is contained in:
@@ -6,6 +6,7 @@ source $testdir/tester.tcl
|
||||
source $testdir/agg-functions.test
|
||||
source $testdir/coalesce.test
|
||||
source $testdir/join.test
|
||||
source $testdir/pragma.test
|
||||
source $testdir/where.test
|
||||
|
||||
do_execsql_test select-const-1 {
|
||||
@@ -20,10 +21,6 @@ do_execsql_test select-limit-0 {
|
||||
SELECT id FROM users LIMIT 0;
|
||||
} {}
|
||||
|
||||
do_execsql_test pragma-cache-size {
|
||||
PRAGMA cache_size
|
||||
} {-2000}
|
||||
|
||||
do_execsql_test realify {
|
||||
select price from products limit 1;
|
||||
} {79.0}
|
||||
|
||||
Reference in New Issue
Block a user