diff options
| author | Ants Aasma <ants.aasma@gmail.com> | 2008-01-20 03:22:00 +0000 |
|---|---|---|
| committer | Ants Aasma <ants.aasma@gmail.com> | 2008-01-20 03:22:00 +0000 |
| commit | 9f366afdda4b508eb4ef3e626da2fec98ad04773 (patch) | |
| tree | 62aeb76e50e813fde97134e830b2a0de39e06dc4 /lib/sqlalchemy/sql | |
| parent | 4be99db15b7a62b37493c86da07bcc787f44a7df (diff) | |
| download | sqlalchemy-9f366afdda4b508eb4ef3e626da2fec98ad04773.tar.gz | |
- parent transactions weren't started on the connection when adding a connection to a nested session transaction.
- session.transaction now always refers to the innermost active transaction, even when commit/rollback are called directly on the session transaction object.
- when preparing a two-phase transaction fails on one connection all the connections are rolled back.
- two phase transactions can now be prepared.
- session.close() didn't close all transactions when nested transactions were used.
- rollback() previously erroneously set the current transaction directly to the parent of the transaction that could be rolled back to.
- autoflush for commit() wasn't flushing for simple subtransactions.
Diffstat (limited to 'lib/sqlalchemy/sql')
0 files changed, 0 insertions, 0 deletions
