This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2024-12-14 07:06:04 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
5,918
Commits
5
Branches
0
Tags
32
MiB
5e91f0c1ca
Commit Graph
3 Commits
Author
SHA1
Message
Date
Guilherme Blanco
81cc6d9da8
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
David Abdemoulaie
93701e6736
Updating gitignore to properly ignore Common and DBAL
2010-05-25 15:13:01 -05:00
Roman S. Borschel
3f16566b70
Added .gitignore
2010-05-23 13:08:29 +02:00