Hi,

Recently I have updated the sequel version from '4.36.0' to '4.45.0'. After 
updating, "force_encoding" plugin is not working on columns of type "text" 
(Migration: "String :name, text: true").

Found that the "force_encoding" plugin is updated and now doesn't force 
encode Sequel::SQL::Blob objects.

One solution I found is to convert the text columns type to varchar columns 
by mentioning the size (Migration: "String :name, size: 1000"). Is this the 
proper way? May I know the reasons for stopping the force encoding of 
Sequel::SQL::Blob objects?

Thanks,
Satya

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to