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

Commit 491e6e84 by Michal Bryc Committed by Sushant

docs(query-generator): typo (#10277)

1 parent 891de8e1
Showing with 1 additions and 1 deletions
......@@ -1135,7 +1135,7 @@ class QueryGenerator {
attributes.main = this.escapeAttributes(attributes.main, options, mainTable.as);
attributes.main = attributes.main || (options.include ? [`${mainTable.as}.*`] : ['*']);
// If subquery, we ad the mainAttributes to the subQuery and set the mainAttributes to select * from subquery
// If subquery, we add the mainAttributes to the subQuery and set the mainAttributes to select * from subquery
if (subQuery || options.groupedLimit) {
// We need primary keys
attributes.subQuery = attributes.main;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!