-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The latest version of Sequelize (2.0.0-rc1) includes breaking API changes compared to version 2.0.0-dev4, which are currently using.
The error arises in the .findOrCreate() calls in lib/protected-resource-handler.js:
Error: Missing where attribute in the options parameter passed to findOrCreate. Please note that the API has changed, and is now options (an object with where and defaults keys), queryOptions (transaction etc.)
The dependency is specified in package.json as ~2.0.0-beta.2, so a clean install or running npm update breaks our code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels