Skip to content

v7.0.0-alpha.22

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 11:53
· 1072 commits to main since this release

7.0.0-alpha.22 (2023-03-04)

Features

  • feat(postgres, sqlite): add conflictWhere option to bulkCreate (#13420)
  • feat(postgres): add minifyAlias option in findOne, findAll, and findAndCountAll (#15394)
  • feat(postgres, sqlite): allow override of conflict keys in bulkCreate (#13419)
  • feat: Migrate the rest of QI schema methods to TS (#15498)
  • feat(postgres, sqlite): add conflictWhere option to upsert (#13411)

Fixes

  • fix: throw an error if the user tries to register the same model twice (#15599)
  • fix: update type definition for createTable attributes (#15534)