]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
improved handling of exceptions upon __init__(): will preserve the stack
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2007 16:57:20 +0000 (16:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2007 16:57:20 +0000 (16:57 +0000)
commit8c03fdf5f4b3b890d477bde1b4f7080b22b55447
treecf0363173b40ba29d19f7d4a885d3e8c68973f10
parentdc19e4eda67bfadb2d4456ecae3b49ae3a94fe95
improved handling of exceptions upon __init__(): will preserve the stack
trace of the original __init__ exception; errors raised during session.expunge() will be
reported as warnings
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/util.py
test/orm/mapper.py