mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3105: Doctrine Console Error (ORMPurger) #3854
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Apr 29, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user inhack20:
In symfony2 the command doctrine:fixtures:load Fails One-To-Many, Self-referencing using
Doctrine\Common\DataFixtures\Purger\ORMPurgerin example:Before running the query should delete the index when the table has self-reference.
@DannyvdSluijs commented on GitHub (Feb 4, 2016):
I'm having the same for but not or a self referencing relation.
@Ocramius commented on GitHub (Feb 4, 2016):
To be tracked in doctrine/data-fixtures#127 instead.
Closing as duplicate
@DannyvdSluijs commented on GitHub (Feb 4, 2016):
Actually mine fails with Postgres 9.4.5 and not with MySQL.
@Ocramius commented on GitHub (Feb 4, 2016):
@DannyvdSluijs consider looking into the doctrine/data-fixtures issue tracker first anyway :)