doctrine / data-fixtures

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

Fix of table names in ORMPurger #202

Closed fon60 closed 9 years ago

fon60 commented 9 years ago

In new ORM schame names are not part of table name. Best solution is to use Quiting strategy which is platform dependent.

fon60 commented 9 years ago

191 Resolves Table names. Doesn't touch joinTable names, because they have its own solution.

alexsegura commented 9 years ago

This is a duplicate of https://github.com/doctrine/data-fixtures/pull/192