Skip to content

v2.0.3

Choose a tag to compare

@fherryfherry fherryfherry released this 28 Feb 21:43
· 9 commits to v2.0 since this release

fix(orm): handle empty arrays in whereIn/whereNotIn and offset logic

  • Fix whereIn to return no results when array is empty instead of causing SQL error
  • Fix whereNotIn to ignore empty array condition
  • Improve offset handling to only set when > 0 across all database drivers
  • Refactor var_min_export to handle non-array expressions properly