Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
-
Environment:Ubuntu, Mac OS X
Description
After upgrading doctrine from 2.0 to 2.2.2 I found following backward compatible break:
Following throws an ORMException missingIdentifierField. This should return null as in 2.0
$this->_em->getRepository('Entities\Customer');
$repository->find(null);
$repository->findById(null); is working correctly.
Activity
Tom Bevers
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
After upgrading doctrine from 2.0 to 2.2.2 I found following backward compatible break: Following throws an ORMException missingIdentifierField. This should return null as in 2.0 $this->repository->find(null); |
After upgrading doctrine from 2.0 to 2.2.2 I found following backward compatible break: Following throws an ORMException missingIdentifierField. This should return null as in 2.0 $this->repository->find(null); $this->repository->findById(null); is working correctly. |
Tom Bevers
made changes -
| Description |
After upgrading doctrine from 2.0 to 2.2.2 I found following backward compatible break: Following throws an ORMException missingIdentifierField. This should return null as in 2.0 $this->repository->find(null); $this->repository->findById(null); is working correctly. |
After upgrading doctrine from 2.0 to 2.2.2 I found following backward compatible break: Following throws an ORMException missingIdentifierField. This should return null as in 2.0 $this->_em->getRepository('Entities\Customer'); $repository->find(null); $repository->findById(null); is working correctly. |
Benjamin Eberlei
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Invalid [ 6 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 13643 ] | jira-feedback [ 15325 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 15325 ] | jira-feedback2 [ 17189 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17189 ] | jira-feedback3 [ 19444 ] |