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

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary I would like to...

I love using DTOs but it can get pretty annoying to understand what's going on when using a ton of arguments, having to keep track of what is what, in...

New Feature

Jira issue originally created by user backbone: generated code when eagerly fetching: ``` sql SELECT t0.id AS id_8, t19.category*id AS category_id*23 FROM category t0 LEFT JOIN attribute*category t19 ON t19.category*id...

Bug

There are problem with query->iterate() method when using subquery with fetch join. E.g. there are a User and Group classes, User has a collection of group. When using query like...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC |no | BC Break |no #### Summary Following this issue https://github.com/doctrine/orm/issues/8471, it's recommended...

#11112 reported that passing different values to the `Query::setFirstResult()` and `Query::setMaxResults()` methods leads to the queries using different keys in the query cache that speeds up DQL -> SQL transformation....

Currently, child entities cannot have relationships marked as non-nullable because SchemaTool generates the relationship join column as `NOT NULL`. It has to be marked as nullable, the same as is...

This PR removes all compatibility code for DBAL 3. I'm flagging it as a draft for now because I believe that we can backport a few things.

Improvement

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.18.0 #### Summary When calling refresh on an entity, under certain circumstances...

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.16.0 #### EDIT #11194 seems to resolve this issue. My original...