Eager loading all associations#1421
Conversation
|
@mickhansen Finally finished this! |
Eager loading all associations
|
@mickhansen Thanks for merging. |
|
@overlookmotel anytime ;) |
|
When rc9 will be available on npm? I am doing a benchmark on some ndoe's orm and really would like to use sequelize but have only rc8 available... |
|
@nomadster need to close out a few issues before releasing rc9, which hopefully should be the actual 1.7.0 release. Why would you need include:all to do a benchmark though? |
|
From sequelize website: Changes in v1.7.0 rc9 So according to your website rc9 is already out there and fixes performance issues but I can't find it on npm. Last release available is rc8 :) |
|
Website generator most be ignoring the (next) part from the changelog. |
|
I totally forgot about the performance regression fix, obviously you need that for a benchmark :D |
|
👍 :) |
PR for #1219