phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Peace of mind from prototype to production

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

## Summary When using PostgreSQL with AWS RDS Proxy, connections get unnecessarily pinned due to the DoctrineBundle automatically setting `charset: 'utf8'` for PostgreSQL connections, even when no charset is explicitly...

### Bug Report #### Summary When using **FrankenPHP** in **Worker mode** with a Primary / Read Replica connection. If in a http request we do an write action in database,...

Hello everyone, I have a relatively old project where I'm trying to update the doctrine and in particular dbal3 -> dbal4. In my specific case, I'm getting rid of the...

### Feature Request #### What With your version 3 you made ConnectionFactory final, forcing us to wrap the service instead of extending it. This works fine, but there is no...

Hey not sure if its belongs here bug i cannot find why its happening. After upgrade to ORM 3 ( exactly 3.2.3) i had to setup schema_filter (to skip doctrine_migration_versions...

### Feature Request Copied from: - https://github.com/doctrine/mongodb-odm/issues/2818 In order to have distinct types per EntityManager instance, the static methods of the Type class must move to a TypeRegistry service class....

### Feature Request #### What Automatically detect and register entity mappings by scanning for classes with the `#[Entity]` attribute when no explicit mappings are configured, eliminating the need for repetitive...

I'm not completely happy with my method of detecting ORM v2 (it uses the presence of a removed method in v3), but it works. Fixes #1844.

From #1924: version 4.0 should fully remove the `doctrine.orm.controller_resolver.auto_mapping` option. Upgrade notes content: ``` ### `doctrine.orm.controller_resolver.auto_mapping` option has been removed The `doctrine.orm.controller_resolver.auto_mapping` only accepted `false` as value since 3.0 and...

BC Break

# Picking a branch Now that 3.0.0 is finally released, the situation might be confusing for you as a contributor if you need to pick a branch. Here is a...