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

Commit 00f5f771 by Jan Aagaard Meier

Change roadmap for bulk update, insert, delete

1 parent fedb9cde
Showing with 1 additions and 1 deletions
......@@ -51,7 +51,7 @@ A very basic roadmap. Chances aren't too bad, that not mentioned things are impl
- Transactions
- Support for update of tables without primary key
- MariaDB support
- Support for update and delete calls for whole tables without previous loading of instances
- ~~Support for update and delete calls for whole tables without previous loading of instances~~ Implemented in [#569](https://github.com/sequelize/sequelize/pull/569) thanks to @optiltude
- Eager loading of nested associations [#388](https://github.com/sdepold/sequelize/issues/388#issuecomment-12019099)
- Model#delete
- Validate a model before it gets saved. (Move validation of enum attribute value to validate method)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!