doctrine-test-bundle icon indicating copy to clipboard operation
doctrine-test-bundle copied to clipboard

Warn when no support for transactions

Open Nicals opened this issue 3 years ago • 1 comments

I was trying to use this bundle with a MySQL database with MyISAM engine on all tables. This engine does not support transactions.

We should warn the users when trying to use this bundle on a database that does not support transactions.

Nicals avatar May 06 '21 08:05 Nicals

Would have saved me from tediously debugging perfectly working transaction handling

thrillfall avatar Jan 13 '22 04:01 thrillfall