]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If an error (OOM or SQLITE_FULL error) occurs while executing an SQL statement and...
authordan <dan@noemail.net>
Thu, 3 Jun 2010 09:17:38 +0000 (09:17 +0000)
committerdan <dan@noemail.net>
Thu, 3 Jun 2010 09:17:38 +0000 (09:17 +0000)
commit40ad9d2870ac21fb2306d70f24cc9c3eb2d1d502
treeb74a8b16dcaa92f268451b6368b2201fda47c2ed
parent8e64db2b09941145bdeba3ef68850960945a34d5
If an error (OOM or SQLITE_FULL error) occurs while executing an SQL statement and a statement-transaction is automatically rolled back as a result, if a second error occurs during the statement rollback do a full transaction rollback instead. Otherwise the client can be left with an inconsistent cache.

FossilOrigin-Name: eb80ddc665132c607c258b59131025a296269dad
manifest
manifest.uuid
src/vdbeaux.c