]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only consider AS names from the result set as candidates for resolving tkt-2500cdb9be
authordrh <drh@noemail.net>
Sat, 13 Apr 2013 19:59:58 +0000 (19:59 +0000)
committerdrh <drh@noemail.net>
Sat, 13 Apr 2013 19:59:58 +0000 (19:59 +0000)
commita3a5bd9b62324bcfafaf2e6d4d98fbc57e1a1d94
tree341479db97b10f811ac1fbe3dbd533b449b99540
parent4b2ac35e5bf760bad76366e44c3ed6eb4448ed41
Only consider AS names from the result set as candidates for resolving
identifiers in the WHERE clause if there are no other matches.  In the
ORDER BY clause, AS names take priority over any column names.
Candidate fix for ticket [2500cdb9be].

FossilOrigin-Name: ad53924dcadffb95c6497c46c228c67e8f5370e4
manifest
manifest.uuid
src/resolve.c
src/sqliteInt.h
test/resolver01.test [new file with mode: 0644]
test/tkt2822.test