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 633dcb93
authored
Apr 10, 2014
by
Tiago Ribeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in method name
1 parent
c6bd7b2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/dialects/abstract/query.js
lib/dialects/abstract/query.js
View file @
633dcb9
...
@@ -96,7 +96,7 @@ module.exports = (function() {
...
@@ -96,7 +96,7 @@ module.exports = (function() {
}
}
}
else
if
(
isCallQuery
.
call
(
this
))
{
}
else
if
(
isCallQuery
.
call
(
this
))
{
result
=
data
[
0
]
result
=
data
[
0
]
}
else
if
(
isBulkUpateQuery
.
call
(
this
)
||
isBulkDeleteQuery
.
call
(
this
))
{
}
else
if
(
isBulkUp
d
ateQuery
.
call
(
this
)
||
isBulkDeleteQuery
.
call
(
this
))
{
result
=
data
.
affectedRows
result
=
data
.
affectedRows
}
}
...
@@ -197,7 +197,7 @@ module.exports = (function() {
...
@@ -197,7 +197,7 @@ module.exports = (function() {
return
this
.
options
.
type
===
QueryTypes
.
SELECT
return
this
.
options
.
type
===
QueryTypes
.
SELECT
}
}
var
isBulkUpateQuery
=
function
()
{
var
isBulkUp
d
ateQuery
=
function
()
{
return
this
.
options
.
type
===
QueryTypes
.
BULKUPDATE
return
this
.
options
.
type
===
QueryTypes
.
BULKUPDATE
}
}
...
...
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