-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bundles] DoctrineFixturesBundle is missing ODM related information #12602
Comments
I'm not sure if DoctrineFixturesBundle should contain any ODM related documentation: while the name suggests that it takes care of fixtures for more projects, it only handles fixtures for ORM. ODM fixture functionality is completely contained in DoctrineMongoDBBundle. |
hmm, true but there isn't really documentation for ODM fixtures under eg. currently https://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html doesn't contain anything about fixtures. |
And for that I think that it would be more clearer to users if that |
@alcaeus what do you think about doing the same with DoctrineBundle and ORM fixtures? |
It's on my list of things - I wanted to start making some plans to treat ORM and ODM the same. The idea is to either move common functionality to DoctrineBridge and have an ORMFixturesBundle and ODMFixturesBundle (to avoid optional dependencies in the respective mapper bundles), or have a generic bundle and provide extra packages for mapper-specific glue code. It's on the table, but time is a severe constraint at the moment. |
Closing in favor of doctrine/DoctrineFixturesBundle#321 |
@tarlepp, did you find a way to get fixtures working using the DoctrineMongoDBBundle? Or is there any other way of writing fixtures for MongoDB which you could recommend? |
Nope, that |
Nope, the functionality is built into the |
See this issue doctrine/DoctrineMongoDBBundle#600
The text was updated successfully, but these errors were encountered: