]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- result sets from CRUD operations close their underlying cursor immediately.
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 Jun 2007 18:17:05 +0000 (18:17 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 Jun 2007 18:17:05 +0000 (18:17 +0000)
commitbaba8281df184b59afec2a26ca4bb69dec029437
tree5e12255459bb114be19aa89164873e41c414ca48
parentca5480de919deabd9e91a6911f282da499a80d93
 - result sets from CRUD operations close their underlying cursor immediately.
    will also autoclose the connection if defined for the operation; this
    allows more efficient usage of connections for successive CRUD operations
    with less chance of "dangling connections".
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py