We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86efafb commit 85a50aaCopy full SHA for 85a50aa
lib/ConnectionConfig.js
@@ -34,7 +34,7 @@ function ConnectionConfig(options) {
34
: Charsets.UTF8_GENERAL_CI;
35
36
this.clientFlags = ConnectionConfig.mergeFlags(ConnectionConfig.getDefaultFlags(options),
37
- (options.flags || '').toUpperCase().split(','));
+ (options.flags || '').toUpperCase().split(/\s*,\s*/));
38
}
39
40
ConnectionConfig.mergeFlags = function(default_flags, user_flags) {
0 commit comments