]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix for #2445. A bug in the lookupName() logic that could cause a crash when a WHERE...
authordanielk1977 <danielk1977@noemail.net>
Mon, 25 Jun 2007 16:29:33 +0000 (16:29 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 25 Jun 2007 16:29:33 +0000 (16:29 +0000)
commitc9cf6e3d31e7ccee23532e0b9941755bc275318c
tree3801c6ea9ef746cc893de662356197e40fcd7743
parent576d3db541ba9b573984be8451a1033127eb8fb3
Fix for #2445. A bug in the lookupName() logic that could cause a crash when a WHERE clause used an alias to refer to an expression in the result-set of the SELECT, and that expression was itself a reference to a table column. (CVS 4122)

FossilOrigin-Name: 044ca1c72a8f4632dc2e6a94690d164d3560ee38
manifest
manifest.uuid
src/expr.c
src/update.c
test/where.test