-[FEATURE] When instantiating the sequelize object, you can now pass a function to logging. This allows you to customize the logging behavior. Default is now: console.log (thanks to kenperkins)
-[FEATURE] When instantiating the sequelize object, you can now pass a function to logging. This allows you to customize the logging behavior. Default is now: console.log (thanks to kenperkins)
-[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)
# 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