]> 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:26:09 +0000 (23:26 -0400)
commit230c0d5a19978872fae4e1261736a9e300ae9bf1
tree40fae1f4feb8ddb43713c802b132d6377dc9cbd8
parent168ca1d37d0d6ddc3ef6dc993fa561c4f46d0f52
- 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/base.py
test/orm/test_mapper.py