[DDC-1382] getIdentifierValues causes an exception on entyties that have only association keys Created: 19/Sep/11 Updated: 15/Oct/11 Resolved: 03/Oct/11 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | ORM |
| Affects Version/s: | 2.1 |
| Fix Version/s: | 2.1.3 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Asmir Mustafic | Assignee: | Guilherme Blanco |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
ubuntu |
||
| Description |
|
On entities that have only association keys as primary keys: Calling BasicEntityPersister::exists() cause the invocation of ClassMetadata::getIdentifierValues() method. Some problems:
(sorry for my bad English) |
| Comments |
| Comment by Guilherme Blanco [ 03/Oct/11 ] |
|
Fixed in https://github.com/doctrine/doctrine2/commit/24042863acbabdcd0fa1432135a9836467f3bce7 It should be available in next release. |