Skip to content

Releases: remi-san/transaction-manager

Fix rollback for new Tx Manager

12 Jul 11:57
eaf0c6b
Compare
Choose a tag to compare
Merge pull request #4 from Pol-Valentin/fix-doctrine-dbal

fix: improve DoctrineDbalConnectionTransactionManager

New Transaction Manager for DBAL Connection failing to respect Interface

10 Jul 16:56
8550db8
Compare
Choose a tag to compare
Merge pull request #3 from remi-san/dbal-fix

Add a Tx Manager for doctrine DBAL

Compatibility with Burrow v4

11 Jan 15:03
Compare
Choose a tag to compare
Merge pull request #2 from remi-san/burrow4

Compatibility with burrow-v4

Added an option to close the transaction manager after a rollback

27 Sep 13:10
Compare
Choose a tag to compare
Merge pull request #1 from fhuitelec/master

Add closeEMOnRollback property on DoctrineEntityManager

Support for Tactician CommandBus

29 Aug 13:20
Compare
Choose a tag to compare
v1.1.0

Add a transactional command bus for league/tactician

Fixed Entity Manager tx problem

15 Mar 21:28
Compare
Choose a tag to compare
v1.0.1

flush em before committing

First version

15 Mar 20:02
Compare
Choose a tag to compare
v1.0.0

completed the README file