doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.77k stars 224 forks source link

ORMPurger bug in doctrine/dbal 3.x #369

Closed andreybolonin closed 2 years ago

andreybolonin commented 2 years ago
$ bin/console doctrine:fixtures:load --no-interaction
   > purging database
In ORMPurger.php line 133:

  Attempted to call an undefined method named "getFilterSchemaAssetsExpressio  
  n" of class "Doctrine\DBAL\Configuration".                        
greg0ire commented 2 years ago

Can you please provide a stack trace, by running bin/console doctrine:fixtures:load --no-interaction -vvv?

stof commented 2 years ago

This is already fixed at https://github.com/doctrine/data-fixtures/pull/366 but not released yet.

Anyway, this is the wrong issue tracker