v1.2.0
版本发布时间: 2014-07-28 07:28:50
Kdyby/Doctrine最新发布版本:v3.3.1(2018-08-19 02:43:40)
- Fixed and improved configuration
autoGenerateProxyClasses
- Better cache invalidation before bussines critical cli commands
- SQL file logger, that can be turned on by simply passing a filename to
logging
option
doctrine:
logging: %appDir%/../log/queries.sql
- NativeQuery support in QueryObject
- Fixed highlighting of imported annotations
- ResultSet accepts QueryObject that it was created in and can delegate counting on it for optimalization purposes
- Smarter
findBy()
,findPairs()
andfindAssoc()
criteria filtering with autojoin and rich operators on DAO - Auto-join refactored from DAO to QueryBuilder and created
QueryBuilder::whereCriteria()
- Better
EntityManager
::clear()
,::remove()
and::persist()
api (accepts array and is fluent) - Dropped
JitProxyWarmer
- ResultSet: allow to set useOutputWalkers