]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added mixin class sqlalchemy.ext.DontWrapMixin.
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jun 2011 15:45:28 +0000 (11:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Jun 2011 15:45:28 +0000 (11:45 -0400)
commite821573a2470d42c3caa8988b93503353b1a5da2
treef27b1c651b4cd59ee1c7eca1d344364e0260b6c9
parent7173d11ba2ad2275951c973a784b9f28396dea90
- Added mixin class sqlalchemy.ext.DontWrapMixin.
User-defined exceptions of this type are never
wrapped in StatementException when they
occur in the context of a statement
execution.

- StatementException wrapping will display the
original exception class in the message.
CHANGES
lib/sqlalchemy/exc.py
lib/sqlalchemy/util/langhelpers.py
test/engine/test_execute.py