]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the sqlite3_normalize_sql() interface so that it works even if the
authordrh <drh@noemail.net>
Wed, 5 Dec 2018 13:39:06 +0000 (13:39 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Dec 2018 13:39:06 +0000 (13:39 +0000)
commit707821ff72aa67bc1fbf7ed6df1617d3e19d372b
tree8db3a4807b0b78421b8190d4bd611acfe4a1a02d
parent731dd6ebdaa4463286ed5843cd6d3bc6d506e117
Enhance the sqlite3_normalize_sql() interface so that it works even if the
prepared statement was not initially compiled using
SQLITE_PREPARE_NORMALIZED.  Enhance the ".trace" command in the CLI so that
it is able to access the full scope of functionality provided by
sqlite3_trace_v2() and in particular so that it is able to show normalized
SQL output using the newly enhanced sqlite3_normalize_sql() interface.

FossilOrigin-Name: 7da617e97eb905cb009c47403786682b911e32a630f266e1c53ea72836fc88b5
manifest
manifest.uuid
src/hash.c
src/hash.h
src/prepare.c
src/shell.c.in
src/sqliteInt.h
src/vdbeapi.c
src/vdbeaux.c
test/shell4.test