]> 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:06 +0000 (18:49 -0400)
commitec40a84d96e43f35c54e7a9d398dc98ea7b16c50
tree74a1b5149063e8e5f196305c48d6c820589829d5
parent461993641704c8825efd44ca67542b1901af094c
- 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