]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the names used in the NamedTuple returned by Query.__iter__()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 17:14:51 +0000 (12:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 17:14:51 +0000 (12:14 -0500)
commit23b082f5b1c30ee1cb14c4c7c821d099ddd1a19c
tree8c6a3cc2536a9897e8710d0dd5e191082adb55f8
parent61840abbce0066bad3b974ed98999a5f6ff267ca
- the names used in the NamedTuple returned by Query.__iter__()
will be transferred from the individual Query objects that compose
a union() or similar, as opposed to returning the "table_colname"
alias generated when subqueries are generated.  [ticket:1942]
lib/sqlalchemy/orm/query.py
test/orm/test_query.py