]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix multiple consequent two phase transactions not working with postgres. For some...
authorAnts Aasma <ants.aasma@gmail.com>
Mon, 8 Oct 2007 15:25:51 +0000 (15:25 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Mon, 8 Oct 2007 15:25:51 +0000 (15:25 +0000)
commit47d3f45d583ce82e5c6f967e580716cbb8e1791b
treee36a193bd4e4f6ebe2b4f7b6ef3b2bdf2799de01
parent0010807253c34bd5696be4f6e216138d9f509613
- fix multiple consequent two phase transactions not working with postgres. For some reason implicit transactions are not enough. [ticket:810]
- add an option to scoped session mapper extension to not automatically save new objects to session.
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/orm/scoping.py
test/engine/transaction.py