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

Sidekick of https://github.com/symfony/symfony/pull/47236 where the interface will be renamed.

Hi all, Is there a reason to support unmaintained doctrine/dbal 2.* ? Among many other things (in the 3.* version) MySql was renamed to MySQL [see there](https://github.com/doctrine/dbal/commit/885bf615a5820c56ddee60a8fbd3d7ce973587ed), it is still...

Ready to work on

As mentioned in https://github.com/doctrine/DoctrineBundle/pull/1513#discussion_r859096142 the [proxy commands](https://github.com/doctrine/DoctrineBundle/tree/2.6.x/Command/Proxy) would just change the command name and description once we remove the deprecated helper approach of providing the entity manager in 3.0. So...

Improvement
Ready to work on

With https://github.com/thunderer/Platenum we can use Enums in php, it also provide a Doctrine custom type witch maps to native `ENUM` mysql type. I'm asking for the ability to automatically discovery...

Ready to work on

Hello all. I got this message when run `bin/console cache:clear` or `bin/console cache:warmup`. Conditions: I have symfony 5.2.4 project out box Then i run `composer update` doctrine-bundle updated to 2.2.4...

Bug
Ready to work on

The Mysqli DBAL connection/driver class has options for setting up an SSL/TLS connection, namely `ssl_ca`, `ssl_capath`, `ssl_cert`, `ssl_cipher` and `ssl_key`. These are currently not supported by the bundle configuration. The...

Feature
Ready to work on

i briefly looked into this, but the AbstractDoctrineExtension cache related code is pretty bound to just the ORM. not sure if to just duplicate code .. kinda too late for...

Feature
Ready to work on

We need to add extra support to map entities from multiple directories, like this: ``` yaml doctrine: orm: mappings: default: AcmeDemoBundle: type: "annotation" dir: ["Entity", "DefaultEntityImplementations"] test: AcmeDemoBundle: type: "annotation"...

Ready to work on

Hello, Today I've been asked if it would be possible to inject repositories using typed interfaces and based on their FQDN. A bit like the Monolog Bundle and their logger...

Feature

When inspecting some queries where we have a where filter using binary data because the column is a ULID binary column we run into twig errors in the profiler. `Uncaught...

Bug
Ready to work on