]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Session.connection(), Session.execute() accept 'bind',
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jan 2011 22:13:36 +0000 (17:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jan 2011 22:13:36 +0000 (17:13 -0500)
commit4a357af1aec3c96811663e0d3fb493707e52d70e
treeb86e8dfb776dcf061d13bc07ea7d0de512452b45
parentb3dd50a8dac9f7660b7f497f444e6175fdf85713
- Session.connection(), Session.execute() accept 'bind',
to allow execute/connection operations to participate
in the open transaction of an engine explicitly.
[ticket:1996]
- fix up the docs for connection, execute, which were awful.
- correct usage strings in hybrid
CHANGES
lib/sqlalchemy/ext/hybrid.py
lib/sqlalchemy/orm/session.py
test/orm/test_session.py