]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- query.join() has been reworked to provide more consistent
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Sep 2009 20:04:45 +0000 (20:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Sep 2009 20:04:45 +0000 (20:04 +0000)
commit2dfc500ac3adc68f6bb6f38c821705661cb6ecc2
treee89a67e5a730d20ef122f5376dff90054e0b5a80
parent8b328f694216616e06f05decd728d227ccc1353f
- query.join() has been reworked to provide more consistent
behavior and more flexibility (includes [ticket:1537])

- query.select_from() accepts multiple clauses to produce
multiple comma separated entries within the FROM clause.
Useful when selecting from multiple-homed join() clauses.
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/test/testing.py
test/orm/test_query.py