]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reduce the memory required by prepared statements that use the IN operator
authordrh <drh@noemail.net>
Thu, 29 Oct 2009 13:48:10 +0000 (13:48 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Oct 2009 13:48:10 +0000 (13:48 +0000)
commite05c929b78dad21c2e1dbc64a264dd53609221c9
treecfcf7879fc2d3d4f412fcdae9bd7bad4b7cd3fbf
parent5bbe5481950febbea0a348d0e5bee9faa3228319
Reduce the memory required by prepared statements that use the IN operator
with a list on the right and an INTEGER PRIMARY KEY on the left.

FossilOrigin-Name: e7984ad2f7e4be30e7198ebd6609a7f6177513e2
manifest
manifest.uuid
src/expr.c
src/vdbe.c