File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ When establishing a connection, you can set the following options:
138
138
* ` user ` : The MySQL user to authenticate as.
139
139
* ` password ` : The password of that MySQL user.
140
140
* ` database ` : Name of the database to use for this connection (Optional).
141
- * ` charset ` : The charset for the connection. (Default: ` 'UTF8_GENERAL_CI' ` )
141
+ * ` charset ` : The charset for the connection. (Default: ` 'UTF8_GENERAL_CI' ` . Value needs to be all in upper case letters! )
142
142
* ` timezone ` : The timezone used to store local dates. (Default: ` 'local' ` )
143
143
* ` stringifyObjects ` : Stringify objects instead of converting to values. See
144
144
issue [ #501 ] ( https://github.com/felixge/node-mysql/issues/501 ) . (Default: ` 'false' ` )
You can’t perform that action at this time.
0 commit comments