mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 05:14:23 +01:00
Fix pragma page_count
This commit is contained in:
@@ -35,7 +35,7 @@ do_execsql_test pragma-table-info-invalid-table {
|
||||
|
||||
do_execsql_test_on_specific_db ":memory:" pragma-page-count-empty {
|
||||
PRAGMA page_count
|
||||
} {0}
|
||||
} {1}
|
||||
|
||||
do_execsql_test_on_specific_db ":memory:" pragma-page-count-table {
|
||||
CREATE TABLE foo(bar);
|
||||
|
||||
Reference in New Issue
Block a user