]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the CSE mechanism so that it takes into account column affinity
authordrh <drh@noemail.net>
Tue, 1 Apr 2008 05:07:14 +0000 (05:07 +0000)
committerdrh <drh@noemail.net>
Tue, 1 Apr 2008 05:07:14 +0000 (05:07 +0000)
commitda250ea599db7544f29ddff1e98a44280dfd82a6
tree3faece474fc7c69a17e70481c49ff639c30e26db
parent2f7794c111fc881d6b9b9a4c752978242c57bdaf
Fix the CSE mechanism so that it takes into account column affinity
changes that might be imposed by comparison operators. (CVS 4949)

FossilOrigin-Name: 91cc646e2b0c1d62a1989405cc9384a2c22d98d0
manifest
manifest.uuid
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
src/update.c
src/where.c