Add test case for PRAGMA cache_size

This commit is contained in:
Pekka Enberg
2024-06-19 21:59:31 +03:00
parent 50720791ad
commit 6c41e27bd2

View File

@@ -33,3 +33,7 @@ do_execsql_test select-2 {
do_execsql_test select-limit {
SELECT id FROM users LIMIT 1;
} {1}
do_execsql_test pragma-cache-size {
PRAGMA cache_size
} {-2000}