1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

New test cases and fixes for minor problems.

FossilOrigin-Name: e0da2cc382e0db33d0423372133115f52c77bd0093dbf816c7e88a0aad5f6582
This commit is contained in:
drh
2018-01-03 23:40:02 +00:00
parent 99abe5c478
commit a5bb43518b
5 changed files with 116 additions and 11 deletions

View File

@@ -229,6 +229,7 @@ static void attachFunc(
*/
if( rc==SQLITE_OK ){
sqlite3BtreeEnterAll(db);
db->init.iDb = 0;
rc = sqlite3Init(db, &zErrDyn);
sqlite3BtreeLeaveAll(db);
}