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 1f45175d
authored
Apr 26, 2015
by
Mick Hansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
:style: singlequotes
1 parent
9e8a283d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
test/unit/sql/remove-column.test.js
test/unit/sql/remove-column.test.js
View file @
1f45175
...
@@ -3,8 +3,7 @@
...
@@ -3,8 +3,7 @@
var
Support
=
require
(
__dirname
+
'/../support'
)
var
Support
=
require
(
__dirname
+
'/../support'
)
,
expectsql
=
Support
.
expectsql
,
expectsql
=
Support
.
expectsql
,
current
=
Support
.
sequelize
,
current
=
Support
.
sequelize
,
sql
=
current
.
dialect
.
QueryGenerator
,
sql
=
current
.
dialect
.
QueryGenerator
;
,
current
=
Support
.
sequelize
;
// Notice: [] will be replaced by dialect specific tick/quote character when there is not dialect specific expectation but only a default expectation
// Notice: [] will be replaced by dialect specific tick/quote character when there is not dialect specific expectation but only a default expectation
...
@@ -15,8 +14,8 @@ suite(Support.getTestDialectTeaser('SQL'), function() {
...
@@ -15,8 +14,8 @@ suite(Support.getTestDialectTeaser('SQL'), function() {
schema
:
'archive'
,
schema
:
'archive'
,
tableName
:
'user'
tableName
:
'user'
},
'email'
),
{
},
'email'
),
{
default
:
"ALTER TABLE [archive].[user] DROP COLUMN [email];"
,
default
:
'ALTER TABLE [archive].[user] DROP COLUMN [email];'
,
mysql
:
"ALTER TABLE `archive.user` DROP `email`;"
mysql
:
'ALTER TABLE `archive.user` DROP `email`;'
});
});
});
});
});
});
...
...
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