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

Commit 3797baee by Chris White

Fix where dialectOptions are placed in the config object

1 parent 8697d32e
Showing with 1 additions and 1 deletions
......@@ -35,7 +35,7 @@ ConnectionManager.prototype.connect = function(config) {
if (config.dialectOptions) {
Object.keys(config.dialectOptions).forEach(function(key) {
connectionConfig[key] = config.dialectOptions[key];
connectionConfig.options[key] = config.dialectOptions[key];
});
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!