phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Peace of mind from prototype to production

Results 76 phoenix issues
Sort by recently updated
recently updated
newest added

This was introduced in https://github.com/doctrine/orm/pull/10878 and I think this should be configurable in the bundle's configuration.

Feature
Ready to work on

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...

Improvement
Ready to work on

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...

Documentation
Ready to work on

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...

Status: On Hold

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.

Needs Tests