1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Improve error messages caused by corrupt database schemas in OPEN_SHARED_SCHEMA mode.

FossilOrigin-Name: 8ac75b8a880447ea67cf7646fc5af1379ce35861f396634119d7381e1dde404a
This commit is contained in:
dan
2019-02-19 18:00:28 +00:00
parent a011145aae
commit aec53fa5ba
14 changed files with 84 additions and 59 deletions

View File

@@ -178,7 +178,7 @@ do_execsql_test -db db2 4.1.7 {
do_execsql_test 4.1.8 {
SELECT 'nref=' || nRef, 'nschema=' || nSchema, 'ndelete=' || nDelete
FROM schemapool;
} {nref=3 nschema=1 ndelete=0}
} {nref=6 nschema=1 ndelete=0}
do_test 4.2.1 {
catchsql { SELECT * FROM abc } db2