You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Support for parent models
Grouping the accessible to improve security
Fixed Model.refresh()
Implemented a via option in the Query to allow using a different connection for executing the query
Implemented a session system that allows binding a different connection to a thread (this can be useful for using table locks)
Added a fork method to the SQL interface to allow duplicating database connections
Don't render empty groups anymore
Render whereIn calls with null or empty arrays as 1=2
Replaced isNull, isNotNull, orNull, orNotNull with whereNull, whereNotNull, orWhereNull, orWhereNotNull (the old methods got deprecated and are subject to a removal in a future release)
Removed greaterThan, lessThan, orGreaterThan, orLessThan and whereMorph because they were only helpers that weren't used