Skip to content

Commit 1f17d5b

Browse files
committed
Reverting mysql to 2.1.1
- Unfortunately mysql has changed the way it handles the charset setting such that it now causes encoding issues on many setups where 'utf8' is apparently not the correct setting. - We need to revert this upgrade until the issue is fixed or we have a way to handle it nicely for our users.
1 parent 45dda92 commit 1f17d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"xml": "0.0.12"
6666
},
6767
"optionalDependencies": {
68-
"mysql": "2.5.2",
68+
"mysql": "2.1.1",
6969
"pg.js": "3.6.2"
7070
},
7171
"devDependencies": {

0 commit comments

Comments
 (0)