Hi, Trying to store a zip file as a blob in h2. Fails with error "JdbcSQLException: Hexadecimal string with odd number of characters" After tracing through sequel code to find the problem, it seems that the h2 adapter cannot handle blobs (column type File) The sql adapter has some translator code in the connect method. Should the h2 adapter have something similar? Regards Paul F Fraser
-- 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.
