On Mar 13, 4:20 pm, Zhenning Guan <li...@ruby-forum.com> wrote:
> I marshal a Model object and store into a table column(text type), it
> always strip the size into 127. so I can not return a marshal object to
> model object. how can I make this work?

you should probably be using a blob column for marshaled objects - you
don't want the database doing character set conversions on it or
anything like that

Fred
>
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to