]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Bare identifiers in ORDER BY clauses bind more tightly to output column name,
authordrh <drh@noemail.net>
Thu, 15 Aug 2013 20:24:27 +0000 (20:24 +0000)
committerdrh <drh@noemail.net>
Thu, 15 Aug 2013 20:24:27 +0000 (20:24 +0000)
commite35463b312a5ec35ae5546d155a75380e0d03e64
tree348732eab89a1ce3176d5810a803cc1cab89b2ff
parentfc7df53aeeb2758534d5ce3c9cb17dbee7c483d1
Bare identifiers in ORDER BY clauses bind more tightly to output column name,
but identifiers in expressions bind more tightly to input column names.
This is a compromise between SQL92 and SQL99 behavior and is what
PostgreSQL and MS-SQL do.  Ticket [f617ea3125e9c].

FossilOrigin-Name: c78b357c00a35ed48ce2ffbc041de8d22570d1e2
manifest
manifest.uuid
src/resolve.c
src/sqliteInt.h
test/resolver01.test
test/tkt2822.test