You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed count of result set to be different from totalCount [BC break]
Underscore is now default naming convetion [BC BREAK]. You can change it back using namingStrategy option.
EntityRepository extracted from EntityDao. You can now change defaultRepositoryClassName to Kdyby\Doctrine\EntityRepository and ignore that you ever could call save() on repository which was a bad idea to even begin with.
Add option --debug-mode to cli commands [experiment]
Added ResultSet::clearSorting()
Refactored and improved debug bar panel to use parameter types for formatting, thx @stekycz
Added console commands orm:convert-mapping and orm:generate-entities, thx @foxycode
Refactored processing of ::safePersist() to work also with not autogenerated identifiers, thx @stekycz
Implemented saving of relations using ::safePersist(), thx @stekycz
Created Events::postLoadRelations that is called after result row hydratation