We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59fc0d2 + d54be20 commit a04b288Copy full SHA for a04b288
lib/Connection.js
@@ -83,7 +83,7 @@ Connection.prototype.changeUser = function(options, cb){
83
}
84
85
var charsetNumber = (options.charset)
86
- ? Config.getCharsetNumber(options.charset)
+ ? ConnectionConfig.getCharsetNumber(options.charset)
87
: this.config.charsetNumber;
88
89
var self = this;
0 commit comments