doctrine-test-bundle
doctrine-test-bundle copied to clipboard
Warn when no support for transactions
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.
Would have saved me from tediously debugging perfectly working transaction handling