]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where use of the :meth:`.Query.select_from` method would
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Dec 2015 02:07:25 +0000 (21:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Dec 2015 02:12:00 +0000 (21:12 -0500)
commit609d7bf8fbad2e137d5d8c2bbc6595b1c11b249e
treecb3b8f07b95f6fc25207e833a9ab38feea5b882c
parent6b87e0b301f123359f8a32114a3e888d6dd05bfc
- Fixed bug where use of the :meth:`.Query.select_from` method would
cause a subsequent call to the :meth:`.Query.with_parent` method to
fail. fixes #3606
- add mark-as-fail test for #3607

(cherry picked from commit 7d96ad4d535dc02a8ab1384df1db94dea2a045b5)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/testing/exclusions.py
test/orm/test_query.py