]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- changed the order of args to session.execute(), session.scalar()
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jul 2007 22:38:54 +0000 (22:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jul 2007 22:38:54 +0000 (22:38 +0000)
commit567d5ca2d361e251cc26caff97dff8a7ce388c9b
tree98ad2c1e194a26f506577aeaca47a22088e43f62
parentaa299318a96dd8cb2e887b24431bc296c7f108cc
- changed the order of args to session.execute(), session.scalar()
- removed session.connect().  theres only connection()
- implemented twophase flag on session, twophase calls within SessionTransaction,
one unit test so far which tests that it succeeds (but doesnt test a failure yet or
do any mocking)
- rewrote session transaction docs
doc/build/content/unitofwork.txt
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/session.py
test/orm/session.py