]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression from 0.9.0 due to :ticket:`2736` where the
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:49:06 +0000 (18:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:49:32 +0000 (18:49 -0400)
commit87a4ebf8af849d97b6ee27fcfac81a41b32347e7
tree3d06e66c92373851266155893f1970eff79ef9bf
parentda46b015f0754df14a387fd188417a3ab8d49b5a
- Fixed a regression from 0.9.0 due to :ticket:`2736` where the
:meth:`.Query.select_from` method no longer set up the "from
entity" of the :class:`.Query` object correctly, so that
subsequent :meth:`.Query.filter_by` or :meth:`.Query.join`
calls would fail to check the appropriate "from" entity when
searching for attributes by string name.
fixes #3083
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/query.py
test/orm/test_froms.py
test/orm/test_query.py