]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed ORM bug where the :func:`.class_mapper` function would mask
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 11 May 2014 03:26:09 +0000 (23:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 11 May 2014 03:28:58 +0000 (23:28 -0400)
commitac68e85e544d9e9e5905b212a1dc92c61785dda1
treedfb8150e3adbc082d4daee35b2890fd3db39bea4
parent93e11a9d7d58f777099902edfd338a21b4060320
- Fixed ORM bug where the :func:`.class_mapper` function would mask
AttributeErrors or KeyErrors that should raise during mapper
configuration due to user errors.  The catch for attribute/keyerror
has been made more specific to not include the configuration step.
fixes #3047
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/util.py
test/orm/test_mapper.py