Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dump the character set as specified for the connection (#101)
Since the `utf8` value has been deprecated in MySQL, it is advisable to append `?charset=utf8mb4` to DSNs. This change makes sure the selected character set is also written to the SQL output, since it determines the encoding in which data was received by `slimdump`.
- Loading branch information