Open Collective
Open Collective
Loading
Release of Sequelize v7.0.0-alpha.12
Published on April 29, 2022 by Sascha Depold

7.0.0-alpha.12 (2022-04-29)

Bug Fixes

Features

  • add noPrimaryKey option to prevent creating a default PK attribute (#14386) (dc22040)

BREAKING CHANGES

  • There is no need to escape $bind parameters in strings anymore, bind parameters & replacements are only treated as such where an SQL value can be used.