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

### Bug Report #### Summary The [documentation about orphanRemovel](https://www.doctrine-project.org/projects/doctrine-orm/en/2.18/reference/working-with-associations.html#orphan-removal) currently states the following: > When using the `orphanRemoval=true` option Doctrine makes the assumption that the entities are privately owned and...

Actual discussion should take place in #11188; this PR is to aid merging up the changes.

### Bug Report Doctrine DBAL v3.6.1 is returning an error for an improper 'driverClass' when being run in PHP8.1. #### Summary I'm attempting to create proxy files for Doctrine using...

Jira issue originally created by user @zeroedin-bill: As described in [PR #1378](https://github.com/doctrine/doctrine2/pull/1378), some scenarios involving a parent-child bidirectional relationship may incorrectly result in the parent's version not being incremented while...

Improvement

Jira issue originally created by user bigfootdd: I'm using "doctrine/orm": v2.5.0 and have simple_array type. If I persist the class where the property with type simple_array is empty array() the...

Bug

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.17.x #### Summary the unit of work appearss "polluted" after persist ->...

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.16.0 #### Summary Upon upgrading to 2.16, the fetch queries for...

### Feature Request Add a lockmode parameter to `findBy` and `findOneBy`, I was trying to use it but noticed those don't take `LockMode::PESSIMISTIC_WRITE` as parameter. | Q | A |------------...

### Bug Report I want to select a custom DTO that contains, as one of its fields, a value computed by a SubQuery that is defined in the Selection List....

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no (what does this mean? this certainly is a request for comments,...