[DDC-2256] [GH-554] Fixed ObjectHydrator when namespace alias is given. Created: 24/Jan/13 Updated: 05/Feb/13 Resolved: 05/Feb/13 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.4 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of beregond: Url: https://github.com/doctrine/doctrine2/pull/554 Message: Fixes problem when executing native query: $rsm->addEntityResult('DbBundle:Player', 'p'); $rsm->addJoinedEntityResult('DbBundle:User', 'u', 'p', 'user'); $em->createNativeQuery('...', $rsm); Hydrator couldn't find cached metadata, when "joined entity result" class name wasn't fully qualified name (as in the example above). |
| Comments |
| Comment by Benjamin Eberlei [ 02/Feb/13 ] |
|
A related Github Pull-Request [GH-554] was closed |
| Comment by Fabio B. Silva [ 05/Feb/13 ] |
|
Merged : https://github.com/doctrine/doctrine2/commit/dea37ed9e84922f37ef21740671e5e29c94454d3 |