]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the column cache when coding values that will be passed to the xFilter()...
authordanielk1977 <danielk1977@noemail.net>
Fri, 16 May 2008 15:40:40 +0000 (15:40 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 16 May 2008 15:40:40 +0000 (15:40 +0000)
commit2d1a8d2fe6f7cd8d630e50cc88b5640190de256f
tree4c7af19c1cc985ef4dc27686b37c938ce99008ab
parent1e740c6f88cad3a7e3b3784b87aa007b91c2b743
Disable the column cache when coding values that will be passed to the xFilter() method of a virtual table, in case the xFilter() implementation modifies the type or encoding of the value. Ticket #3121. (CVS 5139)

FossilOrigin-Name: ecbc0d5deddc0ca0d1d2649e0134ee392266027e
manifest
manifest.uuid
src/where.c
test/tkt3121.test [new file with mode: 0644]