dbal
dbal copied to clipboard
Cover scenario `BEGIN TRANSACTION; COMMIT; BEGIN TRANSACTION; --failure`
trafficstars
| Q | A |
|---|---|
| Type | improvement |
| Fixed issues |
Summary
Covers the concern expressed by @greg0ire https://github.com/doctrine/dbal/pull/6545#issuecomment-2412377607
Transaction should not be rolled back in autocommit=false mode when BEGIN TRANSACTION fails due to network error or similar after COMMIT.