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

Commit 9a72494f by Tiago Bonatti Committed by Sushant

docs(query-generator): remove doc about where raw query (#10017)

1 parent 9b87cb86
Showing with 0 additions and 4 deletions
......@@ -335,7 +335,6 @@ class QueryGenerator {
* @param {string} tableName
* @param {Object} attrValueHash
* @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} attributes
*
......@@ -458,7 +457,6 @@ class QueryGenerator {
* @param {string} tableName Name of the table
* @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
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} attributes
*/
......@@ -1121,8 +1119,6 @@ class QueryGenerator {
- attributes -> An array of attributes (e.g. ['name', 'birthday']). Default: *
- 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.
- order -> e.g. 'id DESC'
- group
- limit -> The maximum count you want to get.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!