]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Generalize the interrupt mechanism so that individual statements can be generalize-interrupt
authordrh <drh@noemail.net>
Mon, 13 Feb 2012 13:44:48 +0000 (13:44 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Feb 2012 13:44:48 +0000 (13:44 +0000)
commit911b2c060c8abfb1d09a08742e12291a835196d9
treeeab4b407ab255bd610855a0c9e95993eed52351a
parent2f56da3f262751a306242d61add9712cd3833437
Generalize the interrupt mechanism so that individual statements can be
interrupted and so that codes other than just SQLITE_INTERRUPT can be
returned as a consequence of an interrupt.

FossilOrigin-Name: 922bcbb42361b5a2ecb2eada7416c55018c20a10
manifest
manifest.uuid
src/main.c
src/prepare.c
src/sqliteInt.h
src/tokenize.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c