]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Partial fix for ticket #96: Return SQLITE_MISUSE from sqlite_exec() if called
authordrh <drh@noemail.net>
Sat, 13 Jul 2002 17:23:21 +0000 (17:23 +0000)
committerdrh <drh@noemail.net>
Sat, 13 Jul 2002 17:23:21 +0000 (17:23 +0000)
commit70562cd34298a5d9d4af7c1df9aabc186a412df6
tree24d04326f149b5084c449758d0e371f2f6e2452d
parent289f6c233639eb1604c1ab1b08886c8209545ef5
Partial fix for ticket #96: Return SQLITE_MISUSE from sqlite_exec() if called
from a child process with an active transaction that was started in the parent. (CVS 675)

FossilOrigin-Name: 72a609ec6492e7d740b6e6184fa14a5e6b04a5dc
manifest
manifest.uuid
src/build.c
src/main.c
src/os.c
src/os.h
src/sqliteInt.h