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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user