]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a code generator bug caused by the new CSE optimization. Add test cases
authordrh <drh@noemail.net>
Tue, 15 Apr 2008 12:14:21 +0000 (12:14 +0000)
committerdrh <drh@noemail.net>
Tue, 15 Apr 2008 12:14:21 +0000 (12:14 +0000)
commit191b54cb5d463359dcc9ce14320ecd72de7cf264
treec8914708e377b4784f1948c968f0a13a9b0205b6
parent5f3a367bf399767fe151becf2eaca42c036b1372
Fix a code generator bug caused by the new CSE optimization.  Add test cases
to prevent a recurrence. (CVS 5011)

FossilOrigin-Name: d04246a46399e839e70b1bd57e209f80143f0d5b
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/test_func.c
src/vdbe.c
test/capi3c.test
test/func.test