]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added new style of begin/commit which returns a tranactional object
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Feb 2006 21:11:20 +0000 (21:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Feb 2006 21:11:20 +0000 (21:11 +0000)
commit0ba8530370cee9332a5a827b3894152610712fef
tree60ce05117d99777ef83ad98c25c097ab4b561bb3
parent55ce6851e08daeba3be8e8c32d9e4618e53a8d5e
added new style of begin/commit which returns a tranactional object
doc/build/content/document_base.myt
doc/build/content/unitofwork.myt
lib/sqlalchemy/mapping/objectstore.py
test/objectstore.py
test/tables.py