]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "connection" argument from engine.transaction() and
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2010 22:20:55 +0000 (22:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jan 2010 22:20:55 +0000 (22:20 +0000)
commit5d265624e7e7e4e4c0d0459b735852dbcb8f7301
tree71175298412a8f7a934fecbb694f05605f5f52f7
parentbb0e6d5edd95bffec8bef0746169cbc9483bfba1
- the "connection" argument from engine.transaction() and
engine.run_callable() is removed - Connection itself
now has those methods.   All four methods accept
*args and **kwargs which are passed to the given callable,
as well as the operating connection.
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/schema.py
test/engine/test_transaction.py