[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-05-11 03:29:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/230c0d5a1997/ Changeset: 230c0d5a1997 Branch: None User: zzzeek Date: 2014-05-11 05:26:09 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ac68e85e544d/ Changeset: ac68e85e544d Branch: rel_0_8 User: zzzeek Date: 2014-05-11 05:28:58 Summary: - 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |