- Notifications
You must be signed in to change notification settings - Fork27
Commit0abfaaa
authored
Dump the character set as specified for the connection (#101)
Since the `utf8` value has been deprecated in MySQL, it is advisable toappend `?charset=utf8mb4` to DSNs.This change makes sure the selected character set is also written to theSQL output, since it determines the encoding in which data was receivedby `slimdump`.1 parent481b94a commit0abfaaa
File tree
3 files changed
+116
-106
lines changed- src/Webfactory/Slimdump/Database
3 files changed
+116
-106
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments
Comments
(0)