1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib
2011-11-14 01:36:39 -02:00
..
Doctrine/ORM Implemented alias support for EntityResult. This addresses DDC-1096 and DDC-1424. Improved DQL Parser, SQL Walker and Hydrators in general. Performance is generally improved by a factor of 20%. There is still more to be done, like remove the isMixed in ResultSetMapping, mainly because this query - SELECT u AS user FROM User u -, it should return an array('user' => [User object]), while currently it doesn't due to this before mentioned 'bug' in RSM. Will open a separate ticket for this. Also, UnitOfWork and Hydrators share code that could be abstracted/improved. 2011-11-14 01:36:39 -02:00
vendor Merge branch 'master' of git://github.com/doctrine/doctrine2 2011-10-25 22:55:08 +02:00