]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite3_normalized_sql() interface should not be transforming quoted
authordrh <drh@noemail.net>
Wed, 5 Dec 2018 23:45:46 +0000 (23:45 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Dec 2018 23:45:46 +0000 (23:45 +0000)
commit253a6af532438efbb27a23d775d75d748679a861
tree83810c57fb7bc482ee88a13075982a96827a535d
parentd4a4dd6ebcbd1d43f916fcd7f8d91d91ca762c08
The sqlite3_normalized_sql() interface should not be transforming quoted
identifier names into wildcards.  Fix this, and at the same time simplify
the code substantially.

FossilOrigin-Name: e8540377ec66fa5f9ae3c93bedb5c094057698199c37fc211f7ea95429e815e4
manifest
manifest.uuid
src/expr.c
src/prepare.c
src/sqliteInt.h
test/normalize.test