]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "mini" column labels generated when using subqueries, which
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Apr 2007 20:55:27 +0000 (20:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Apr 2007 20:55:27 +0000 (20:55 +0000)
commitaee39b2847e51518fa1382b245f2db674dab3e3e
tree437764619eeaa2754113302b5cd51769a639966c
parent95520005d5469f311f53ea9c51bbaef61be89178
- the "mini" column labels generated when using subqueries, which
are to work around glitchy SQLite behavior that doesnt understand
"foo.id" as equivalent to "id", are now only generated in the case
that those named columns are selected from (part of [ticket:513])
- MS-SQL better detects when a query is a subquery and knows not to
generate ORDER BY phrases for those [ticket:513]
CHANGES
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/sql.py
test/sql/query.py
test/sql/select.py