orm icon indicating copy to clipboard operation
orm copied to clipboard

Doctrine Object Relational Mapper (ORM)

Results 161 orm issues
Sort by recently updated
recently updated
newest added

`enable_lazy_ghost_objects: false` is deprecated, but when it is `true`, clearing the Symfony cache is not enough to get the `Unable to create a proxy for a readonly class` error. It...

Bug

I want to create my version of Doctrine Paginator but need to override the count query for better performance

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.17.2 #### Summary We have a ManyToOne Relation to an entity with...

Bug

Schemas generated from metadata cause the event `ToolEvents::postGenerateSchema` to be triggered in the method `SchemaTool::getSchemaFromMetadata`. It would be helpful to do the same for schemas generated for comparison in `SchemaTool::createSchemaForComparison`....

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.13.3 #### Summary Greetings, I think there's a weird behaviour in doctrine's...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | >=2.19.2 #### Summary this line: https://github.com/doctrine/orm/blob/e384978e0bd1bdced06755ee190adf7f713dd006/src/Mapping/AssociationOverride.php#L44 should be ```php if ($inverseJoinColumns instanceof...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.6.4 #### Summary I have the following entities: - `IntervalGroup` w/ oneToMany...

Improvement

Hello, Recently we upgraded our doctrine/orm from 2.6.6 to 2.8.4. This caused our workers to run out of memory, because suddenly after we called `removeElement()`, the collection got initialised with...

Bug
BC Break

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.1.0 #### Summary Migrating from `2.19.2` to `3.1.0` I'm getting an...