]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the result-set alias cache when on conditional code branches.
authordrh <drh@noemail.net>
Sat, 25 Oct 2008 15:03:20 +0000 (15:03 +0000)
committerdrh <drh@noemail.net>
Sat, 25 Oct 2008 15:03:20 +0000 (15:03 +0000)
commit31daa63f3e01561a414b86a4ce047b69b4cc9fea
tree46a9a4c6fbc56b090549d31f75ab90367e38a782
parenta2f8c24ca3303040f31389efb3d21c69843e1d92
Disable the result-set alias cache when on conditional code branches.
Ticket #3461.  The column cache and result set alias cache mechanisms are
prone to this kind of error and need to be refactored.  This check-in should
be considered a temporary fix in advance of a more general redesign of the
whole mechanism. (CVS 5841)

FossilOrigin-Name: 1fa3bbd8220ce073e91935ea362b6f5d5d6d2859
manifest
manifest.uuid
src/expr.c
src/where.c
test/alias.test
test/tkt3461.test