At the same time, with ActiveRecordencoding option is supported for mysql, and when you copy a config file from an AR based app, this is a little difference which can break stuff.
Please support encoding config option for mysql as well as it works now for postgres.
For postgresql you have the following rule:
At the same time, for mysql you don't support
encoding
, you only supportcharset
: https://github.com/TalentBox/sequel-rails/blob/master/lib/sequel_rails/storage/abstract.rb#L66At the same time, with
ActiveRecord
encoding
option is supported for mysql, and when you copy a config file from an AR based app, this is a little difference which can break stuff.Please support
encoding
config option for mysql as well as it works now for postgres.