mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Check-in [642a0b4752743216] fixing sqlite_dbpage is not exactly correct.
This patch should fix it. FossilOrigin-Name: 6ba36714ca5e5457bc424273129f2814b62b7fae38926aa6eeeeec81020d7f70
This commit is contained in:
@ -102,4 +102,10 @@ do_catchsql_test 270 {
|
||||
PRAGMA aux1.integrity_check;
|
||||
} {0 ok}
|
||||
|
||||
db close
|
||||
sqlite3 db :memory:
|
||||
do_execsql_test 300 {
|
||||
SELECT * FROM sqlite_temp_schema, sqlite_dbpage;
|
||||
} {}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user