Skip to content

ipl-orm v0.6.0

Compare
Choose a tag to compare
@nilmerg nilmerg released this 21 Sep 08:53
· 15 commits to main since this release
v0.6.0

Changes

  • Support for PHP 8.2
  • Enhanced query performance with filters targeting to-n relations by switching from EXISTS to IN sub queries #110

Fixes

  • FilterProcessor now assembles != filters targeting to-n relations correctly #111
  • Enhanced hydration performance of queries with specific columns and many model behaviors by 1000% (or less) #112
  • Model behaviors are not applied twice anymore to filters which are placed in sub-queries #48
  • Combining the != filter with !~ does not duplicate != and override !~ anymore #117