]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_normalized_sql() API. normalized_sql
authormistachkin <mistachkin@noemail.net>
Mon, 29 Oct 2018 17:53:23 +0000 (17:53 +0000)
committermistachkin <mistachkin@noemail.net>
Mon, 29 Oct 2018 17:53:23 +0000 (17:53 +0000)
commit8bee11a41ef9a90f8c9046db725dcf962700127c
treebf451e5b6610a94dc20ae737b96411cceabecf31
parentdbe7d37ae8e69a1e5252dca2c83badb471ff1310
Add the sqlite3_normalized_sql() API.

FossilOrigin-Name: 592b66e8058dd03a056a036e2606247c9efdb06d15eebe9bcc455f7f55e30ae6
22 files changed:
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/build.c
src/callback.c
src/ctime.c
src/expr.c
src/hash.c
src/loadext.c
src/prepare.c
src/sqlite.h.in
src/sqlite3ext.h
src/sqliteInt.h
src/test1.c
src/test_config.c
src/tokenize.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
test/normalize.test