v2.0.0
版本发布时间: 2014-07-28 07:44:18
Kdyby/Doctrine最新发布版本:v3.3.1(2018-08-19 02:43:40)
- 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 fromEntityDao
. You can now changedefaultRepositoryClassName
toKdyby\Doctrine\EntityRepository
and ignore that you ever could callsave()
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
andorm: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