]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
cleanup exception handling - use new exception hierarchy (since python 2.5)
authorndparker <ndparker@users.noreply.github.com>
Thu, 2 Oct 2014 20:00:31 +0000 (22:00 +0200)
committerndparker <ndparker@users.noreply.github.com>
Thu, 2 Oct 2014 20:00:31 +0000 (22:00 +0200)
commit690532131d8ce8250c62f1d3e27405902df03e70
tree69ef40646aa14519b539ae9d09a16229b7b3e20a
parentce52dd9e3b71f2074d7821fe62803d4e0eefe512
cleanup exception handling - use new exception hierarchy (since python 2.5)
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/exc.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/testing/engines.py
lib/sqlalchemy/testing/provision.py
lib/sqlalchemy/util/langhelpers.py