Skip to content

ipl-orm v0.6.1

Latest
Compare
Choose a tag to compare
@nilmerg nilmerg released this 08 Apr 15:05
· 2 commits to main since this release
v0.6.1
d210c47

Changes

  • Allow rewrite filter behaviors to finish processing #133

Notes

  • Ensure compatibility with PHP 8.3

Fixes

  • Properly qualified relation columns are spilled onto the base model after the first row of a result set has been hydrated #123
  • If the base table or relation name contain an underscore, custom aliases are not hydrated correctly #125
  • Custom columns are not hydrated correctly if an alias prefix is in use #127
  • FilterProcessor: Ignore NULL results in NOT IN conditions #132