]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the trace callback mechanism so that SQL commands executed from within virtual...
authordan <dan@noemail.net>
Sat, 22 Jan 2011 13:32:29 +0000 (13:32 +0000)
committerdan <dan@noemail.net>
Sat, 22 Jan 2011 13:32:29 +0000 (13:32 +0000)
commit27381bd5198436dc2b3e0fb0a247e36b28185a14
treeadef1a9f318fc81531fc8ed90d4a9e079683fee8
parenta9ef7097c718a7685b42faa6033d9b04aeb8ee21
Modify the trace callback mechanism so that SQL commands executed from within virtual table or user function callbacks are passed to the trace callback without parameter expansion and enclosed in SQL comments.

FossilOrigin-Name: a764915b87564fa91ee68e9b1f41394ce0f1fc7e
install-sh [changed mode: 0644->0755]
manifest
manifest.uuid
src/sqliteInt.h
src/vdbeapi.c
src/vdbetrace.c
test/trace2.test [new file with mode: 0644]