不要怂,就是干,撸起袖子干!

Commit d3be90e3 by Mick Hansen

Merge branch 'master' of github.com:sequelize/sequelize

2 parents bc108f9b 6bc47130
Showing with 5 additions and 0 deletions
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
- [FEATURE] add `sequelize.escape(value)` convenience method - [FEATURE] add `sequelize.escape(value)` convenience method
- [BUG] Fixes crash with `findAll({include: [Model], order: sequelize.literal()})` - [BUG] Fixes crash with `findAll({include: [Model], order: sequelize.literal()})`
- [FEATURE] Now possible to pass `createdAt` and `updatedAt` values to `Model.create`/`Model.bulkCreate` when using silent: true (when importing datasets with existing timestamps) - [FEATURE] Now possible to pass `createdAt` and `updatedAt` values to `Model.create`/`Model.bulkCreate` when using silent: true (when importing datasets with existing timestamps)
- [FEATURE] `instance.update()` using default fields will now automatically also save values provided via `beforeUpdate` hooks
#### Backwards compatability changes
- `instance.update()` using default fields will now automatically also save values provided via `beforeUpdate` hooks
# 2.0.0-rc6 # 2.0.0-rc6
- [BUG] Fixed issue with including by association reference and where - [BUG] Fixed issue with including by association reference and where
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!