Andrej Galuf
Results
2
comments of
Andrej Galuf
I can confirm this bug and add the following preliminary information: 1. it does not originate in release 2.0, but somewhere in release 1.29.0. The same file works in versions
This error happens in PHP 8+. See [Implicit Commits in PHP8](https://www.doctrine-project.org/projects/doctrine-migrations/en/3.3/explanation/implicit-commits). The problem happens in Migration.php, method "migrate()" (rows 319 to 355). Specifically, row 319 starts a transaction, then does...