Andreas Braun

Results 235 comments of Andreas Braun

Currently blocked by https://github.com/symfony/symfony/pull/33319.

For now, groups seem to be the only way this can be done reliably. In fixture services, you could easily have the manager registry injected and then select the appropriate...

The fixtures only receive a single entity manager. It is up to the fixture itself to ensure that the entity manager can actually handle the entity you want to create....

I see a couple of problems using the default `DatabaseBatchRepository` class: 1. The class uses `id` for its primary key, but MongoDB uses `_id`. This makes all queries on `id`...

@rbruhn can you please create a new issue? I just ran a quick test and it worked just fine. A small test case would help us tremendously. You can use...

Allowing people to differentiate between bugs being fixed and security issues being fixed is a good idea. Those two should also take care of the more ambiguous `supported` and `maintained`...

The aggregation builder is a bit different from the query builder in terms of how it handles its data. I'm not sure which way I like better, but it seemed...

Hi @ivankrister, does the error persist or does it eventually go away? By default, MongoDB Atlas uses the `mongodb+srv` protocol in its connection string, which instructs the driver to do...

@lokesh-zersys the error you are receiving is likely unrelated and has a very different root cause. I've also noted that you're using DocumentDB, so please contact AWS support for any...