Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Data Fixtures
-
Labels:None
Description
Bug found when working on project ma-residence.fr. Data loading was repeated twice, and in the second run, empty rows were inserted in database, resulting in major headache in development team.
A same flush tree is built for each connections. It results in multiple loops of data load when there is more than one connection.
A proposition to fix it is on github https://github.com/ludovig/doctrine1