We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72e52ad + 0d27e13 commit b59006aCopy full SHA for b59006a
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