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

Commit f61a3938 by Mick Hansen

Merge pull request #1335 from tranver/master

findAll() does not take the schema option into account
2 parents fb419fe1 ede38d47
Showing with 1 additions and 1 deletions
...@@ -453,7 +453,7 @@ module.exports = (function() { ...@@ -453,7 +453,7 @@ module.exports = (function() {
options = paranoidClause.call(this, options) options = paranoidClause.call(this, options)
return this.QueryInterface.select(this, this.tableName, options, Utils._.defaults({ return this.QueryInterface.select(this, this.getTableName(), options, Utils._.defaults({
type: QueryTypes.SELECT, type: QueryTypes.SELECT,
hasJoin: hasJoin hasJoin: hasJoin
}, queryOptions, { transaction: (options || {}).transaction })) }, queryOptions, { transaction: (options || {}).transaction }))
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!