不要怂,就是干,撸起袖子干!

Commit 76c8345d by Sascha Depold

stuff

1 parent f90a7660
......@@ -7,3 +7,4 @@ npm-debug.log
*~
test/binary/tmp/*
test/tmp/*
test/sqlite/test.sqlite
......@@ -36,7 +36,6 @@ module.exports = (function() {
// the sql query starts with a comment. don't bother the server with that ...
Utils.tick(function() {
self.emit('sql', self.sql)
console.log('emitting success')
self.emit('success', null)
})
} else {
......
......@@ -26,7 +26,6 @@ module.exports = {
},
sqlite: {
storage: __dirname + '/../tmp/db.sqlite'
},
postgres: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!