]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change SQLITE_TRACE_STMT to return unexpanded SQL text in the X argument.
authordrh <drh@noemail.net>
Mon, 25 Jul 2016 02:31:48 +0000 (02:31 +0000)
committerdrh <drh@noemail.net>
Mon, 25 Jul 2016 02:31:48 +0000 (02:31 +0000)
commitbd441f77009be56eb5c815a3accd578f03c609b7
treed6b8f84d22df5d0c89923db12ed8c56ed4f22c9f
parent087ec072ef45e9aaca031a4535cc93b4dbd530f3
Change SQLITE_TRACE_STMT to return unexpanded SQL text in the X argument.
Add documentation on how and when to use sqlite3_expanded_sql(P) to compute
the expanded text for legacy sqlite3_trace() compatibility.

FossilOrigin-Name: 163e15229d837a5471007cffb8d41faafd081737
manifest
manifest.uuid
src/sqlite.h.in
src/vdbe.c
tool/srcck1.c