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

Commit 476474bd by Sascha Depold

fixed usage of wrong options

1 parent 97dfb7c6
Showing with 1 additions and 1 deletions
...@@ -157,7 +157,7 @@ Sequelize.prototype = { ...@@ -157,7 +157,7 @@ Sequelize.prototype = {
var fields = [], var fields = [],
values = [], values = [],
self = this, self = this,
connection = require(__dirname + "/../nodejs-mysql-native/index").createTCPClient(this.options.host, this.options.port) connection = require(__dirname + "/../nodejs-mysql-native/index").createTCPClient(this.config.host, this.config.port)
connection.auto_prepare = true connection.auto_prepare = true
connection connection
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!