Skip to content

5.6.1

Compare
Choose a tag to compare
@RemiCollin RemiCollin released this 23 Feb 11:13
· 73 commits to 5.6 since this release
6197c6b
  • Optimize CollectionProxy::count() so it will not load the whole collection but do a DB query instead.
  • Inherited EntityMap using Single Table Inheritance now correctly merge parent properties.
  • Added CollectionProxy::diffUsing() method