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

Commit 92f43c23 by Sascha Depold

formatting

1 parent c8459203
Showing with 1 additions and 0 deletions
...@@ -116,6 +116,7 @@ Sequelize.prototype = { ...@@ -116,6 +116,7 @@ Sequelize.prototype = {
.addListener('authorized', function() { .addListener('authorized', function() {
if(!self.options.disableLogging) if(!self.options.disableLogging)
SequelizeHelper.log("Executing the query: " + queryString) SequelizeHelper.log("Executing the query: " + queryString)
connection connection
.execute(queryString) .execute(queryString)
.addListener('row', function(r){ values.push(r) }) .addListener('row', function(r){ values.push(r) })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!