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-13 14:56:01 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
788312e1fc
doctrine2
/
lib
/
Doctrine
History
guilhermeblanco
788312e1fc
[2.0]
fixes
#2478
Add/persist/retrieve was doubling the resultset of collection is solved. It was a merge in PersistentCollection creation. I am not 100% sure it is the right patch, but it works and does not break any other unit tests
2009-09-06 02:45:46 +00:00
..
Common
[2.0] Refined ClassLoader API class documentation to be more clear and descriptive.
2009-09-01 13:20:51 +00:00
DBAL
[2.0] Added missing connect() call in Connection:quote, which was throwing E_FATAL when using DQL. Thanks Damon Jones for the report
2009-09-05 18:27:37 +00:00
ORM
[2.0]
fixes
#2478
Add/persist/retrieve was doubling the resultset of collection is solved. It was a merge in PersistentCollection creation. I am not 100% sure it is the right patch, but it works and does not break any other unit tests
2009-09-06 02:45:46 +00:00