]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Bug fix: When multiple SQL statements were passed into a single sqlite_exec() call...
authordrh <drh@noemail.net>
Wed, 25 Sep 2002 19:04:07 +0000 (19:04 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Sep 2002 19:04:07 +0000 (19:04 +0000)
commita226d054081e162a8712361c7e97cf97ddb56af7
tree345b23eaa1dc5678dad599e7bf40c4e6fc017bb1
parentdf68f6b768f506de58f98bc1a09a5dfb9d76d3e1
Bug fix: When multiple SQL statements were passed into a single sqlite_exec() call, execution speed would decrease for each statement executed because VDBE cursors were not being reused.  Now the cursors are reused and execution time is linear. (CVS 754)

FossilOrigin-Name: b0d27a377a9f6134f81108fe45c8c868ab4d4411
manifest
manifest.uuid
src/build.c