phoenix
phoenix copied to clipboard
Peace of mind from prototype to production
This was introduced in https://github.com/doctrine/orm/pull/10878 and I think this should be configurable in the bundle's configuration.
Hello First, thank you for this amazing package! I'm using the bundle with several connections and here is a suggestion after playing with logs. Logs with the dedicated `Doctrine\DBAL\Logging\Middleware` are...
The README points to https://symfony.com/doc/current/reference/configuration/doctrine.html for documentation, claiming that this information would be drawn from `Resources/docs`. This is not true. `Resources/docs` ends up at https://www.doctrine-project.org/projects/doctrine-bundle.html, whereas Symfony documentation comes from...
This is an addendum to PR https://github.com/symfony/symfony/pull/54545 targeted at issue https://github.com/symfony/symfony/issues/51765 in the Symfony Doctrine Bridge, which adds type alias support to EntityValueResolver. This code injects the doctrine.orm.resolve_target_entities configuration into...
This fixes #1696 Configuration syntax is based on the suggestion by @nicolas-grekas [here](https://github.com/doctrine/DoctrineBundle/issues/1696#issuecomment-1683498477) Love to hear your thoughts, although I'm not an expert in this area.
Sample code: ```
Hello, would it be possible to enable autowiring/autoconfiguration when a custom factory is specified for the second level cache? I attempted enabling autowiring/autoconfiguring for my custom factory in services.yaml, as...
Inside the "view runnable query" panel, a run button enables running the query and checking the results just like "explain query" does
### Feature Request / RFC Not sure whether this belongs here in DoctrineBundle or in ORM repo but I was wondering whether people were interested in adding a simple debug...