Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@JanHolger
Copy link
Member

@JanHolger JanHolger commented May 2, 2022

  • 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

@JanHolger JanHolger merged commit aafb59e into master Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants