orm icon indicating copy to clipboard operation
orm copied to clipboard

Doctrine Object Relational Mapper (ORM)

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

Fixes #11128. Copy of #11174, author can't complete it right now. Should be merged up to v3.1

Hello, First of all, thanks for all the work you contributors put in this library. I'm trying to simplify my repository queries externalizing some logic to criteria. Everything works pretty...

Bug

correction for bug when multiple calls : when I automaticly made a DQL like : ``` return $this ->createQueryBuilder('s0_') ->leftJoin('s0_.itemSeries','i1_')->addSelect('i1_') ->leftJoin('i1_.item','i2_')->addSelect('i2_') ->leftJoin('s0_.serieImportators','s4_')->addSelect('s4_') ->leftJoin('s4_.serie','s5_')->addSelect('s5_') ->leftJoin('s5_.itemSeries','i6_')->addSelect('i6_') ``` ItemSerie Entity : ``` class...

Bug
Waiting feedback

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.12.0 #### Summary Whenever I create an Entity (or even an empty...

(The following is translated from french with Google Translate, I'm sorry :/ ) In case the root entity has its primary key as a relationship and the joined entity has...

Bug

Pair for https://github.com/doctrine/orm/pull/11365 Related: * #8471

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.14.1 #### Summary In Persisters/Entity/BasicEntityPersister.php:1727 there is an access to $assoc['isOwningSide'] but...

The same as ``` 399: $values[] = $conn->quote((string) $subclassMetadata->discriminatorValue); ``` Without casting a TypeError is raised.

Bug