Skip to content

v2.0.7

Latest

Choose a tag to compare

@fherryfherry fherryfherry released this 28 Feb 22:55
· 5 commits to v2.0 since this release

refactor(ORM): generalize whereIsset method to accept custom queries

The method now accepts a custom where query and bind values instead of a fixed equality check.
This provides more flexibility for conditional where clauses based on value presence.