dbal icon indicating copy to clipboard operation
dbal copied to clipboard

Cover scenario `BEGIN TRANSACTION; COMMIT; BEGIN TRANSACTION; --failure`

Open simPod opened this issue 1 year ago • 0 comments
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.

simPod avatar Oct 20 '24 12:10 simPod