]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow SQL statements to be executed from within a progress callback.
authordrh <drh@noemail.net>
Fri, 26 May 2006 19:57:19 +0000 (19:57 +0000)
committerdrh <drh@noemail.net>
Fri, 26 May 2006 19:57:19 +0000 (19:57 +0000)
commitf8888bb22a3680252ce186db005f6b525ea209aa
treeef15e0007b3190b7548285bacd1391503922622d
parent86dac2b6be594df626a8f3199d215bdba97c83b2
Allow SQL statements to be executed from within a progress callback.
Be warned, however, that the progress callback might be called
recursively in this case.  It is up to the program to disable the
progress callback to prevent recursive invocations.
Ticket #1827. (CVS 3193)

FossilOrigin-Name: ffc4730c05ea64b8c32f64b323db9b96b26bcb88
manifest
manifest.uuid
src/vdbe.c
test/progress.test