]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added a new method :meth:`.Query.select_entity_from` which
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 May 2013 00:24:48 +0000 (20:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 May 2013 00:24:48 +0000 (20:24 -0400)
commit489312998f2faba63b3376651d9ffc4382e59a61
treeb3ef9ab964bea0dabe461d0242c0b520b6a9f11b
parent6ec33758f6ccf63574e8150ea57ed6ef5b62f579
Added a new method :meth:`.Query.select_entity_from` which
will in 0.9 replace part of the functionality of
:meth:`.Query.select_from`.  In 0.8, the two methods perform
the same function, so that code can be migrated to use the
:meth:`.Query.select_entity_from` method as appropriate.
See the 0.9 migration guide for details.
[ticket:2736]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_froms.py