Andreas Braun

Results 235 comments of Andreas Braun

I'm not sure I understand, can you show an example please?

Ah, I see. Having multiple services with the same class name will cause issues. I'll see what I can do about that 👍

It could be considered a bug, but fixing it would entail a BC break. My suggestion would be to deprecate relying on the default username/password combination and get people to...

Technically, there is an extension point: the HydratorFactory. It's not that easy to do but it can be done: new `TimingHydratorFactory` wraps the original factory and creates new Hydrators that...

That makes it a little more complicated 😅

@Codealist why is this necessary? From looking at the code, `getOption` should always return an array, even if only one option was given. Can you provide a test case that...

I took a crack at adding this, but since most of the mapping logic is in `symfony/doctrine-bridge` I couldn't finish it. I have to postpone this to a future version,...

We haven't put this on the roadmap (yet). For now I want to finish up work for Symfony 5 and then start thinking about future work.

I'll update it, in the meantime you may use the release notes which include the changeling: https://github.com/doctrine/DoctrineMigrationsBundle/releases/tag/v2.0.0.

Looking at this for a future release. I like the idea of an interface for autoconfiguration, but the `entityManager`, `event` and `entity` attributes of the tag bother me a bit....