You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
See #89 for the background - it's fairly common to have a default client encoding not set to UTF-8 and as such, the data will choke as not UTF-8 when using mysqlstream.
What we could do to smooth this:
add an :extra_args option to mysqlstream
if passed, this should be added to the mysql command
allow to write this:
# we should still support thissource:in,:type=>:database,:mysqlstream=>true# but we should also allow thatsource:in,:type=>:database,:mysqlstream=>{:extra_args=>"--default-character-set=utf8"}
The text was updated successfully, but these errors were encountered:
See #89 for the background - it's fairly common to have a default client encoding not set to UTF-8 and as such, the data will choke as not UTF-8 when using mysqlstream.
What we could do to smooth this:
The text was updated successfully, but these errors were encountered: