]> 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:33:48 +0000 (16:33 -0500)
commit2a25e42c08e7541fa70dfc5e6b1ac843d6d02027
treee08634faa1ce95291d71276f71538ba50cc1aa20
parentab738c21aa540cebf3c2f839e177146fc4b43672
- 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