]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- pool will auto-close open cursors, or can be configured to raise an error instead
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2006 01:46:16 +0000 (01:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Sep 2006 01:46:16 +0000 (01:46 +0000)
commit252d692c34f728e3db2f403d596fe0a6ea57bdd4
treeb0ec531ec2d18cfedbc9c42839a8827b1a9ba3bb
parenta81bd92d6ebef5053cbb6882b336c50c1134c273
- pool will auto-close open cursors, or can be configured to raise an error instead
- consolidated scalar() calls into ResultProxy scalar(), fixed ResultProxy scalar() to
apply typing rules
- general de-cruftification of ClauseElement/Compiled (yes i know theres crufty things everywhere)
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/sql.py