On Dec 9, 10:35 am, Jeremy Evans <[email protected]> wrote: > In general, this issue stems from the fact that Sequel treats clobs > like blobs, and H2 does not. There are a couple ways to fix this: > > 1) Add full clob support, including a Sequel::SQL::Clob class, > File :clob=>true generic type support, separate literalizations for > clob, type conversion changes in adapters. > > 2) Just change the h2 adapter to treat clobs as a string type instead > of a blob type. > > Since 1) is pretty invasive and I'm not sure it's needed yet, I'll > probably do 2).
Fix committed, please test: https://github.com/jeremyevans/sequel/commit/0fdf2492135732f8d92e81a645cf63f7df8c3685 Jeremy -- 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.
