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 117dc0c9
authored
Jun 26, 2017
by
o-pikozh
Committed by
Felix Becker
Jun 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: orthographic fix in comments (#7835)
"seperate" -> "separate".
1 parent
4313a494
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/query-interface.js
lib/query-interface.js
View file @
117dc0c
...
@@ -847,7 +847,7 @@ class QueryInterface {
...
@@ -847,7 +847,7 @@ class QueryInterface {
throw
new
Error
(
'Unable to set autocommit for a transaction without transaction object!'
);
throw
new
Error
(
'Unable to set autocommit for a transaction without transaction object!'
);
}
}
if
(
transaction
.
parent
)
{
if
(
transaction
.
parent
)
{
// Not possible to set a sep
e
rate isolation level for savepoints
// Not possible to set a sep
a
rate isolation level for savepoints
return
Promise
.
resolve
();
return
Promise
.
resolve
();
}
}
...
@@ -870,7 +870,7 @@ class QueryInterface {
...
@@ -870,7 +870,7 @@ class QueryInterface {
}
}
if
(
transaction
.
parent
||
!
value
)
{
if
(
transaction
.
parent
||
!
value
)
{
// Not possible to set a sep
e
rate isolation level for savepoints
// Not possible to set a sep
a
rate isolation level for savepoints
return
Promise
.
resolve
();
return
Promise
.
resolve
();
}
}
...
...
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