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 76c8345d
authored
Nov 01, 2013
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stuff
1 parent
f90a7660
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
.gitignore
lib/dialects/sqlite/query.js
test/config/config.js
.gitignore
View file @
76c8345
...
@@ -7,3 +7,4 @@ npm-debug.log
...
@@ -7,3 +7,4 @@ npm-debug.log
*~
*~
test/binary/tmp/*
test/binary/tmp/*
test/tmp/*
test/tmp/*
test/sqlite/test.sqlite
lib/dialects/sqlite/query.js
View file @
76c8345
...
@@ -36,7 +36,6 @@ module.exports = (function() {
...
@@ -36,7 +36,6 @@ module.exports = (function() {
// the sql query starts with a comment. don't bother the server with that ...
// the sql query starts with a comment. don't bother the server with that ...
Utils
.
tick
(
function
()
{
Utils
.
tick
(
function
()
{
self
.
emit
(
'sql'
,
self
.
sql
)
self
.
emit
(
'sql'
,
self
.
sql
)
console
.
log
(
'emitting success'
)
self
.
emit
(
'success'
,
null
)
self
.
emit
(
'success'
,
null
)
})
})
}
else
{
}
else
{
...
...
test/config/config.js
View file @
76c8345
...
@@ -26,7 +26,6 @@ module.exports = {
...
@@ -26,7 +26,6 @@ module.exports = {
},
},
sqlite
:
{
sqlite
:
{
storage
:
__dirname
+
'/../tmp/db.sqlite'
},
},
postgres
:
{
postgres
:
{
...
...
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