1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Do a better job of capturing all system errno values regardless of when

they occur.

FossilOrigin-Name: 7d49998d571d841a6d1b55f5f9889e613daaab2a
This commit is contained in:
drh
2016-03-21 11:38:01 +00:00
parent b7c9659db3
commit 8d2f41ccd2
4 changed files with 14 additions and 10 deletions

View File

@@ -2868,7 +2868,6 @@ static int openDatabase(
if( rc==SQLITE_IOERR_NOMEM ){
rc = SQLITE_NOMEM_BKPT;
}
sqlite3SystemError(db, rc);
sqlite3Error(db, rc);
goto opendb_out;
}