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

Commit 65db2ad0 by Martin Aspeli

Changelog entry

1 parent ade36f1e
Showing with 1 additions and 0 deletions
......@@ -6,6 +6,7 @@
- [BUG] Null dates don't break SQLite anymore. [#572](https://github.com/sequelize/sequelize/pull/572). thanks to mweibel
- [FEATURE] Schematics. [#564](https://github.com/sequelize/sequelize/pull/564). thanks to durango
- [FEATURE] Foreign key constraints. [#595](https://github.com/sequelize/sequelize/pull/595). thanks to optilude
- [FEATURE] Support for bulk insert (`<DAOFactory>.bulkCreate()`, update (`<DAOFactory>`.bulkUpdate()`) and delete (`<DAOFactory>`.bulkDelete()`)
# v1.6.0 #
- [DEPENDENCIES] upgrade mysql to alpha7. You *MUST* use this version or newer for DATETIMEs to work
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!