summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-02-10 16:33:48 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-02-10 16:33:48 -0500
commit2a25e42c08e7541fa70dfc5e6b1ac843d6d02027 (patch)
treee08634faa1ce95291d71276f71538ba50cc1aa20 /doc
parentab738c21aa540cebf3c2f839e177146fc4b43672 (diff)
downloadsqlalchemy-2a25e42c08e7541fa70dfc5e6b1ac843d6d02027.tar.gz
- Fixed bug where :meth:`.Query.get` would fail to consistently
raise the :class:`.InvalidRequestError` that invokes when called on a query with existing criterion, when the given identity is already present in the identity map. [ticket:2951]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index 58804899b..860a18a1e 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -12,6 +12,16 @@
:version: 0.8.5
.. change::
+ :tags: bug, orm
+ :tickets: 2951
+ :versions: 0.9.3
+
+ Fixed bug where :meth:`.Query.get` would fail to consistently
+ raise the :class:`.InvalidRequestError` that invokes when called
+ on a query with existing criterion, when the given identity is
+ already present in the identity map.
+
+ .. change::
:tags: bug, mysql
:tickets: 2933
:versions: 0.9.3