Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 9a72494f
authored
Oct 11, 2018
by
Tiago Bonatti
Committed by
Sushant
Oct 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(query-generator): remove doc about where raw query (#10017)
1 parent
9b87cb86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
lib/dialects/abstract/query-generator.js
lib/dialects/abstract/query-generator.js
View file @
9a72494
...
@@ -335,7 +335,6 @@ class QueryGenerator {
...
@@ -335,7 +335,6 @@ class QueryGenerator {
* @param {string} tableName
* @param {string} tableName
* @param {Object} attrValueHash
* @param {Object} attrValueHash
* @param {Object} where A hash with conditions (e.g. {name: 'foo'}) OR an ID as integer
* @param {Object} where A hash with conditions (e.g. {name: 'foo'}) OR an ID as integer
OR a string with conditions (e.g. 'name="foo"'). If you use a string, you have to escape it on your own.
* @param {Object} options
* @param {Object} options
* @param {Object} attributes
* @param {Object} attributes
*
*
...
@@ -458,7 +457,6 @@ class QueryGenerator {
...
@@ -458,7 +457,6 @@ class QueryGenerator {
* @param {string} tableName Name of the table
* @param {string} tableName Name of the table
* @param {Object} attrValueHash A hash with attribute-value-pairs
* @param {Object} attrValueHash A hash with attribute-value-pairs
* @param {Object} where A hash with conditions (e.g. {name: 'foo'}) OR an ID as integer
* @param {Object} where A hash with conditions (e.g. {name: 'foo'}) OR an ID as integer
OR a string with conditions (e.g. 'name="foo"'). If you use a string, you have to escape it on your own.
* @param {Object} options
* @param {Object} options
* @param {Object} attributes
* @param {Object} attributes
*/
*/
...
@@ -1121,8 +1119,6 @@ class QueryGenerator {
...
@@ -1121,8 +1119,6 @@ class QueryGenerator {
- attributes -> An array of attributes (e.g. ['name', 'birthday']). Default: *
- attributes -> An array of attributes (e.g. ['name', 'birthday']). Default: *
- where -> A hash with conditions (e.g. {name: 'foo'})
- where -> A hash with conditions (e.g. {name: 'foo'})
OR an ID as integer
OR an ID as integer
OR a string with conditions (e.g. 'name="foo"').
If you use a string, you have to escape it on your own.
- order -> e.g. 'id DESC'
- order -> e.g. 'id DESC'
- group
- group
- limit -> The maximum count you want to get.
- limit -> The maximum count you want to get.
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment