mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
5ae08a4dba
Fixed PDOException thrown with the message "There is no active transaction" in PHP 8.0+. SQL like CREATE/DROP/TRUNCATE TABLE implicitly commits just before. In PHP 8.0+, calling commit/rollback afterwards will now throw a PDOException. |
||
---|---|---|
.. | ||
CakeFixtureInjector.php | ||
CakeFixtureManager.php | ||
CakeTestFixture.php | ||
CakeTestModel.php |