Skip to content

Release 1.0.2

Latest
Compare
Choose a tag to compare
@JanHolger JanHolger released this 07 Oct 19:59
· 2 commits to master since this release
aafb59e
  • 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
  • Updated abstract-data to 1.0.4