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 0f498a72
authored
Dec 07, 2015
by
Michael Kearns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidying: Remove non-existent params from docs
1 parent
9203b73f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
lib/dialects/sqlite/query-interface.js
lib/dialects/sqlite/query-interface.js
View file @
0f498a7
...
@@ -22,8 +22,6 @@ var Utils = require('../../utils')
...
@@ -22,8 +22,6 @@ var Utils = require('../../utils')
@param {String} attributeName The name of the attribute that we want to remove.
@param {String} attributeName The name of the attribute that we want to remove.
@param {Object} options
@param {Object} options
@param {Boolean|Function} [options.logging] A function that logs the sql queries, or false for explicitly not logging these queries
@param {Boolean|Function} [options.logging] A function that logs the sql queries, or false for explicitly not logging these queries
@param {CustomEventEmitter} emitter The EventEmitter from outside.
@param {Function} queryAndEmit The function from outside that triggers some events to get triggered.
@since 1.6.0
@since 1.6.0
*/
*/
...
@@ -55,8 +53,6 @@ var removeColumn = function(tableName, attributeName, options) {
...
@@ -55,8 +53,6 @@ var removeColumn = function(tableName, attributeName, options) {
@param {Object} attributes An object with the attribute's name as key and it's options as value object.
@param {Object} attributes An object with the attribute's name as key and it's options as value object.
@param {Object} options
@param {Object} options
@param {Boolean|Function} [options.logging] A function that logs the sql queries, or false for explicitly not logging these queries
@param {Boolean|Function} [options.logging] A function that logs the sql queries, or false for explicitly not logging these queries
@param {CustomEventEmitter} emitter The EventEmitter from outside.
@param {Function} queryAndEmit The function from outside that triggers some events to get triggered.
@since 1.6.0
@since 1.6.0
*/
*/
...
@@ -90,8 +86,6 @@ var changeColumn = function(tableName, attributes, options) {
...
@@ -90,8 +86,6 @@ var changeColumn = function(tableName, attributes, options) {
@param {String} attrNameAfter The name of the attribute after it was renamed.
@param {String} attrNameAfter The name of the attribute after it was renamed.
@param {Object} options
@param {Object} options
@param {Boolean|Function} [options.logging] A function that logs the sql queries, or false for explicitly not logging these queries
@param {Boolean|Function} [options.logging] A function that logs the sql queries, or false for explicitly not logging these queries
@param {CustomEventEmitter} emitter The EventEmitter from outside.
@param {Function} queryAndEmit The function from outside that triggers some events to get triggered.
@since 1.6.0
@since 1.6.0
*/
*/
...
...
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