]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where :meth:`.Query.get` would fail to consistently
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Feb 2014 21:33:48 +0000 (16:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Feb 2014 21:34:19 +0000 (16:34 -0500)
commit99717570ff085ac2cda16d96155d0b206b5fe713
tree1647cd2e50e7f33680cbf96f73c15932aa6be64f
parentb77f958b8b15f1b89bc66bf0cba490a129575447
- 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]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py