cakephp2-php8/lib
Koji Tanaka 5ae08a4dba fixed: CakeFixtureManager::_setupTable() is called outside of transaction
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.
2023-01-11 22:45:29 +01:00
..
Cake fixed: CakeFixtureManager::_setupTable() is called outside of transaction 2023-01-11 22:45:29 +01:00