]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
connection more careful about checking if its closed before operations
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 May 2006 02:57:33 +0000 (02:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 May 2006 02:57:33 +0000 (02:57 +0000)
commitc12b48b62e4f94a651eec634ca74a028e4b3d760
treed2c2bc1f751e454e64eaa6d2b8373e3e9376a5db
parent9f5443a2b63e0fb9935b8593ca6b6e34ba0d40b0
connection more careful about checking if its closed before operations
small fix to table sort if no tables
unit test tweaks
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql_util.py
test/defaults.py
test/transaction.py