You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we rely on the removed ClassMetadataInfo class to get to \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister::configureIdGenerator().
Proposed solution.
Limit the 1.8.x version to 2.x versions of doctrine/orm
Create a new 2.x branch for AliceDataFixtures to support 3.x branch of doctrine/orm
Any thoughts are welcome
The text was updated successfully, but these errors were encountered:
I was having the issue of ID fields were not being saved correctly from fixtures.
Found the reason.
One of the changes in orm 3.x is ClassMetadataInfo + ClassMetadata classes are simplified to a single ClassMetadata class.
Currently we rely on the removed
ClassMetadataInfo
class to get to\Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister::configureIdGenerator()
.Proposed solution.
Any thoughts are welcome
The text was updated successfully, but these errors were encountered: