theofidry / AliceDataFixtures

Nelmio Alice extension to persist the loaded fixtures.
MIT License
311 stars 71 forks source link

fix purge without foreign check on mariadb (doctrine/dbal:^4.0) #267

Closed gassan closed 2 weeks ago

gassan commented 2 months ago

Since doctrine/dbal:4.0, MariaDBPlatform no longer extends from MySqlPlatform, so you cannot truncate tables because foreign_key_checks are not disabled.