]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Get rid of the hash table used to track IN operators in the
authordrh <drh@noemail.net>
Wed, 5 Dec 2018 23:56:02 +0000 (23:56 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Dec 2018 23:56:02 +0000 (23:56 +0000)
commit7b278f0c3d6a45b3f9bf849c7a703196fa54bae2
tree3501806d458a2062c25bd013cc8023ca8fb7f967
parent253a6af532438efbb27a23d775d75d748679a861
Get rid of the hash table used to track IN operators in the
sqlite3_normalized_sql() implementation.  Use simple integer variables
instead.

FossilOrigin-Name: 272dc74fd0304d6a28aaa8798d13e2f950c1a24d92d17519e3c32aef86714586
manifest
manifest.uuid
src/prepare.c