]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- merged the patch from #516 + fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Apr 2007 22:03:06 +0000 (22:03 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Apr 2007 22:03:06 +0000 (22:03 +0000)
commitc416dad6c652262bafbb137e6412054481db8e2f
tree08d1b606fbe657011dd014ab4cd7d68165f7f063
parentcdceb3c3714af707bfe3ede10af6536eaf529ca8
- merged the patch from #516 + fixes
- improves the framework for auto-invalidation of connections that have
lost their underlying database - the error catching/invalidate
step is totally moved to the connection pool.
- added better condition checking for do_rollback() and do_commit() including
SQLError excepetion wrapping
CHANGES
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/pool.py