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

Commit aa75e8d3 by Mick Hansen

fix test for mssql

1 parent 57e02741
Showing with 0 additions and 1 deletions
...@@ -1902,7 +1902,6 @@ describe(Support.getTestDialectTeaser('Include'), function() { ...@@ -1902,7 +1902,6 @@ describe(Support.getTestDialectTeaser('Include'), function() {
}).then(function () { }).then(function () {
return Post.findAll({ return Post.findAll({
attributes: [ attributes: [
'title',
[this.sequelize.fn('COUNT', this.sequelize.col('comments.id')), 'commentCount'] [this.sequelize.fn('COUNT', this.sequelize.col('comments.id')), 'commentCount']
], ],
include: [ include: [
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!