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 | Q | A |------------ | ------ | BC Break | no | Version | 2.15 #### Summary I have a [email protected] and i cannot set a...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.17.4 #### Summary When the `fields` list in an Index contains fields...

There is special cases on some platforms where you have functions on where clause wich are not part of comparisons. Instead they do some sort of boolean filtering internaly and...

Delayed
New Feature
DQL

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.17.2 #### Summary QueryBuilder ignores indexBy argument and returns the result set...

For maintenance purposes I've been checking in the todos and found that this: https://github.com/doctrine/orm/blob/f82485e651763fbd1b34879726f4d3b91c358bd9/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php#L17 I believe this could be an improvement of naming convention for this class.

### Bug Report | Q | A |------------ | ------ | BC Break | yes | Version | 2.15.3 #### Summary Switching from **one** database to **multiple** databases for one...

Bug
Waiting feedback

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | - | BC Break | Should not, especially if using a `hint`...

While reviewing #11200, I noticed that almost the same bug that was fixed in the `SqlWalker` had been fixed in #10643 for the `SingleTablePersister`. The underlying question is what the...

For 3.0 mapping drivers should be more strict on which annotations/attributes are *not* allowed on properties / classes. For example currently you can define assocations on `Embeddable` but they are...

Improvement
Deprecation

Package versions: ``` doctrine/orm 2.13.1 phpstan/phpstan 1.8.2 phpstan/phpstan-deprecation-rules 1.0.0 phpstan/phpstan-doctrine 1.3.12 phpstan/phpstan-nette 1.0.0 phpstan/phpstan-strict-rules 1.3.0 ``` version `doctrine/orm 2.12.3 ` was OK. I write code like this https://www.doctrine-project.org/projects/doctrine-orm/en/2.13/cookbook/sql-table-prefixes.html#sql-table-prefixes . Code:...