Emysql
Emysql copied to clipboard
Default encoding is mis-documented/commented
https://github.com/Eonblast/Emysql/blob/master/src/emysql.erl#L264
That shows latin1
as the default encoding, but:
https://github.com/Eonblast/Emysql/blob/master/src/emysql.erl#L221
You are right! We should definitely fix this one.
https://github.com/Eonblast/Emysql/pull/151