Skip to content

v1.4.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cyjake cyjake released this 16 Apr 15:03
· 352 commits to master since this release
f24b88c
  • feat: support multiple order rules in one single string or one-dimensional array (#92)
  • feat: realm.raw('SELECT ...') and Model.raw('SELECT ...')
  • feat: Model.truncate() now uses TRUNCATE if possible
  • feat: Model.find().optimizerHints('SET_VAR(foreign_key_checks=OFF)')
  • fix: make sure connection is passed around in all queries carried out within transaction
  • docs: migrations, validations, hooks, and sequelize adapter