Skip to content

Commit

Permalink
changelog for disableTableNameModification
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Oct 21, 2010
1 parent c9eb661 commit d2d3840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -65,5 +65,6 @@
- renamed Model#associatedData to fetchedAssociations
- added fetchAssociations to finder methods
- 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: remove the usage of an array => Sequelize.chainQueries({save: a}, {destroy: b}, callback)

0 comments on commit d2d3840

Please sign in to comment.