]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ensure cursors are closed, various fetchone() -> first()
authorPhilip Jenvey <pjenvey@underboss.org>
Thu, 16 Jul 2009 22:29:26 +0000 (22:29 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Thu, 16 Jul 2009 22:29:26 +0000 (22:29 +0000)
commit6546c5db30289bccdbe2a9090e21a05c4793450d
tree2a52af4dc8d3927485121c63da09e02de00961a1
parent2587a5b5debbaf8a1036f03e6fccfb68b6e4efec
ensure cursors are closed, various fetchone() -> first()
patch from Demi-god
test/aaa_profiling/test_zoomark.py
test/dialect/test_firebird.py
test/dialect/test_maxdb.py
test/dialect/test_mssql.py
test/dialect/test_mysql.py
test/dialect/test_oracle.py
test/dialect/test_postgresql.py
test/orm/test_unitofwork.py
test/sql/test_defaults.py
test/sql/test_functions.py
test/sql/test_types.py