]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid repeating calls to the sqlite3_trace() callback when the same statement
authordrh <drh@noemail.net>
Tue, 4 Sep 2012 21:34:26 +0000 (21:34 +0000)
committerdrh <drh@noemail.net>
Tue, 4 Sep 2012 21:34:26 +0000 (21:34 +0000)
commit37f58e99022b329ba0007bc6509675a22a151eef
tree7ccefd8417b9fa6c6a1c3172e4cacae32b48b1ce
parent8a7c142887077adb590cb95a46941cb5149a7287
Avoid repeating calls to the sqlite3_trace() callback when the same statement
is evaluted multiple times by sqlite3_step() due to an SQLITE_SCHEMA
reprepare.

FossilOrigin-Name: 39f763bfc04174ee0fe2cdf6a92b7c12f726bd1b
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c