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

Commit d2d38406 by Sascha Depold

changelog for disableTableNameModification

1 parent c9eb6612
Showing with 2 additions and 0 deletions
...@@ -65,5 +65,6 @@ ...@@ -65,5 +65,6 @@
- renamed Model#associatedData to fetchedAssociations - renamed Model#associatedData to fetchedAssociations
- added fetchAssociations to finder methods - added fetchAssociations to finder methods
- store data found by finder method in the associatedData hash + grep them from there if reload is not forced - store data found by finder method in the associatedData hash + grep them from there if reload is not forced
- added option to sequelize constructor for disabling the pluralization of tablenames: disableTableNameModification
- TODO: allow array as value for chainQueries => Sequelize.chainQueries([save: [a,b,c]], callback) - TODO: allow array as value for chainQueries => Sequelize.chainQueries([save: [a,b,c]], callback)
- TODO: remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback) - TODO: remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback)
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!