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

Commit c0fd2af4 by sdepold

added now as default value

1 parent 49fc1fbd
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
- [BUG] The default logging is still console.log but is wrapped after initialization as it crashes node < 0.6.x. - [BUG] The default logging is still console.log but is wrapped after initialization as it crashes node < 0.6.x.
- [FEATURE] postgresql support. (thanks to swoodtke) - [FEATURE] postgresql support. (thanks to swoodtke)
- [FEATURE] connection-pooling for mysql. (thanks to megshark) - [FEATURE] connection-pooling for mysql. (thanks to megshark)
- [FEATURE] added possibility to define NOW as default value for date data-types. Use Sequelize.NOW as defaultValue
# v1.3.7 # # v1.3.7 #
- [BUG] fixed issue where multiple belongsTo or hasOne associations to the same table overwrite each other - [BUG] fixed issue where multiple belongsTo or hasOne associations to the same table overwrite each other
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!