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

Commit 776b32ab by Mick Hansen

Merge pull request #2897 from firatkucuk/master

fieldname mapping for model.count added
2 parents 6670246e 3897c476
Showing with 2 additions and 0 deletions
......@@ -842,6 +842,8 @@ module.exports = (function() {
validateIncludedElements.call(this, options);
}
mapFieldNames.call(this, options, this);
options.dataType = DataTypes.INTEGER;
options.includeIgnoreAttributes = false;
options.limit = null;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!