]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- _cursor_execute() will close the cursor on error; oracle doesn't allow double close
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Jan 2014 02:20:54 +0000 (21:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Jan 2014 02:20:54 +0000 (21:20 -0500)
commit52b25c5319b982486348069e2d9edd5259be03d3
tree71c7246d13f786131ed3083d39bd9143a91699fb
parentbd74f81bb5b1158a1bc0a44e9990d4584380c481
- _cursor_execute() will close the cursor on error; oracle doesn't allow double close
- ensure no iterator changed size issues in testing.engines
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/testing/engines.py