]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improved the behavior of query.join()
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Aug 2008 15:19:09 +0000 (15:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Aug 2008 15:19:09 +0000 (15:19 +0000)
commit6d01d962290bb3f3973f37c61ee489ca1d94f515
tree6d053ba8dba9a28a94199aa475bbced23f9a7191
parent7897dd9827ac62db973fcac0e04b1b9bb26709e1
- Improved the behavior of query.join()
when joining to joined-table inheritance
subclasses, using explicit join criteria
(i.e. not on a relation).
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/inheritance/query.py