mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-30 04:24:38 -04:00
- 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
This commit is contained in:
Vendored
+12
@@ -15,6 +15,18 @@
|
||||
.. include:: changelog_07.rst
|
||||
:start-line: 5
|
||||
|
||||
.. changelog::
|
||||
:version: 1.0.11
|
||||
|
||||
.. change::
|
||||
:tags: bug, orm
|
||||
:tickets: 3606
|
||||
:versions: 1.1.0b1
|
||||
|
||||
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.
|
||||
|
||||
.. changelog::
|
||||
:version: 1.0.10
|
||||
:released: December 11, 2015
|
||||
|
||||
Reference in New Issue
Block a user