Skip to content

Commit

Permalink
docs: added nest option inside findAll query (#14683)
Browse files Browse the repository at this point in the history
  • Loading branch information
krupalimakadiya committed Jun 27, 2022
1 parent 2f3b924 commit 86d35b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model.js
Expand Up @@ -1734,6 +1734,7 @@ class Model {
* @param {string} [options.searchPath=DEFAULT] An optional parameter to specify the schema search_path (Postgres only)
* @param {boolean|Error} [options.rejectOnEmpty=false] Throws an error when no records found
* @param {boolean} [options.dotNotation] Allows including tables having the same attribute/column names - which have a dot in them.
* @param {boolean} [options.nest=false] If true, transforms objects with `.` separated property names into nested objects.
*
* @see
* {@link Sequelize#query}
Expand Down

0 comments on commit 86d35b1

Please sign in to comment.