]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
for #516, moved the "disconnect check" step out of pool and back into base.py. diale...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Apr 2007 16:06:06 +0000 (16:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Apr 2007 16:06:06 +0000 (16:06 +0000)
commit030ef1f0ef37ccaebde06e58f22cd0de5a74c5d0
tree2f596ed664bb60c7154c61add363d5532bb0782f
parentc416dad6c652262bafbb137e6412054481db8e2f
for #516, moved the "disconnect check" step out of pool and back into base.py.  dialects have
is_disconnect() method now.  simpler design which also puts control of the ultimate "execute" call back into the hands of the dialects.
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/pool.py