On 17 November 2010 17:11, Jeremy Evans <[email protected]> wrote:
> My guess is it was returned from MySQL as a Sequel::SQL::Blob and not > a string. That looks like escaped blob/bytea output. You're right. The strings do are Sequel::SQL::Blob objects, which must be encoded as bytea with postgres, except there are no blob/bytea on either side: both are text fields. J. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
