Claudio Zizza
Claudio Zizza
> In my opinion misuse of this option is a problem for the programmer I don't fully agree with this sentence. It is often sold as "flexible" if a developer...
Have you tried `doctrine.fixture.odm.mongodb` as tag name?
This is the current state of the common repository, which becames slimmer and slimmer over time. Some parts were extracted into its own repository. Do you suggest to remove the...
Sounds like an idea. Do you like to provide a pull request to improve this part of the docs?
A change of the `get()` method API would break packages where collection is a dependency and still uses the variant without a default value argument. Projects are implementing the `Collection`...
Can you please provide a PR with a failing test where this WHERE clause is added?
Depending on what version of Microsoft SQL and you're using and which version you have configured in DBAL, you can add it into the proper SQLServer Platform-class in `Doctrine\Tests\DBAL\Platforms` namespace...
It is possible to use the [schema events](https://www.doctrine-project.org/projects/doctrine-dbal/en/2.9/reference/events.html#schema-events) of dbal to adapt the schema and therefore to remove the foreign keys from tables.
@Bavragor As far as I understand the situation you describe, one of the services disappears because it uses the same class. One overrides the other in the SymfonyFixturesLoader, right? There...
Neither the 3.1 branch nor the tags contain documentation about the purger. It also seems like the documentation on Symfony is missing some versions.