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

Do you think it could be possible to allow to query grouping by discriminant. For example, we could be able to create a query builder like that, given the fact...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | yes (or no if configurable) #### Summary...

Question

### Feature Request According to the documentation, we can pass integers, arrays of strings/integers, DateTime instances, and managed entities to the `setParameter` method (or to the constructor of `Doctrine\ORM\Query\Parameter` class)....

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.0.0 #### Summary If a table has a UniqueConstraint attribute where there's...

Jira issue originally created by user Vicente69: Actually, it is not possible to specify an ESCAPE character in a LIKE clause. The _Expr::like_ method only takes two arguments, and an...

Improvement

### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.17.x #### Summary After updating doctrine/orm to version 2.17.x, the index-by...

Page: https://www.doctrine-project.org/projects/doctrine-orm/en/current/cookbook/dql-user-defined-functions.html

Documentation

See #11299 for the same test on the 2.18.x branch. In a project, I've stumbled across a "feature" which we seemed to have removed, but I don't know if it...

Failing Test

### Feature Request Add `getExistsResult` method. | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary It...