testing: pragma.test

This commit is contained in:
Pekka Enberg
2024-07-15 21:21:26 +03:00
parent ce1efa35eb
commit fbe71cc1d7
2 changed files with 9 additions and 4 deletions

View File

@@ -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}