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

Commit 17fc2789 by Mick Hansen

refactor(connections): changelog entry

1 parent 3495887b
Showing with 1 additions and 0 deletions
......@@ -14,6 +14,7 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- [BUG] An error is now thrown if an association would create a naming conflict between the association and the foreign key when doing eager loading. Closes [#1272](https://github.com/sequelize/sequelize/issues/1272)
- [BUG] Fix logging options for sequelize.sync
- [BUG] find no longer applies limit: 1 if querying on a primary key, should fix a lot of subquery issues.
- [BUG] Transactions now use the pool so you will never go over your pool defined connection limit
- [INTERNALS] `bulkDeleteQuery` was removed from the MySQL / abstract query generator, since it was never used internally. Please use `deleteQuery` instead.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!