Skip to content

Releases: JavaWebStack/orm

Release 1.0.2

07 Oct 19:59
aafb59e
Compare
Choose a tag to compare
  • 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

Release 1.0.1

05 Nov 23:55
Compare
Choose a tag to compare

Removed the jws repository and fixed the dependency versions

Release 1.0.0

05 Nov 23:23
Compare
Choose a tag to compare

First release