]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- further fix to new TypeDecorator, so that subclasses of TypeDecorators work properly
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jan 2008 01:29:38 +0000 (01:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jan 2008 01:29:38 +0000 (01:29 +0000)
commita8b62a02ddc21d622c08ab0b05923fbe71eda36d
tree019e7f88be4f0a7d30fc5dd2d870d07a09755ff4
parent02a4176a657d54027703de5bbb4d4041ef271fe4
- further fix to new TypeDecorator, so that subclasses of TypeDecorators work properly
- _handle_dbapi_exception() usage changed so that unwrapped exceptions can be rethrown with the original stack trace
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/types.py
test/sql/testtypes.py