]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in Query whereby the usage of aliased() constructs
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2010 18:54:26 +0000 (14:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2010 18:54:26 +0000 (14:54 -0400)
commit0a556d322029651be9018a1b41f13e23edf18388
tree81190d8213cfdeff3857a47449c4373d1559823b
parent4475506371342b6e61d8dc236ec1ba9d7877e9e5
- Fixed bug in Query whereby the usage of aliased() constructs
would fail if the underlying table (but not the actual alias)
were referenced inside the subquery generated by
q.from_self() or q.select_from().
CHANGES
lib/sqlalchemy/sql/util.py
test/orm/test_query.py
test/sql/test_generative.py