- 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()
and findAssoc()
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