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

Commit 26ef550e by Sascha Depold

one thing finished. one thing added

1 parent 72392dcd
Showing with 4 additions and 3 deletions
...@@ -64,5 +64,6 @@ ...@@ -64,5 +64,6 @@
- renamed loadAssociatedData to fetchAssociations - renamed loadAssociatedData to fetchAssociations
- renamed Model#associatedData to fetchedAssociations - renamed Model#associatedData to fetchedAssociations
- added fetchAssociations to finder methods - added fetchAssociations to finder methods
- TODO: 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
- 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)
\ No newline at end of file - 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!