On Feb 1, 7:24 am, Christian MICHON <[email protected]> wrote: > Hi, > > I've a small app running on jruby and sequel, accessing H2 embedded > databases through jdbc. > > I've plenty of germanic letters (like 0xD6 capital o with umlaut) I > would need in my records, but when it goes as part of a string into my > H2 db, I cannot get back the original content through queries. > > How to perform this? I am currently using jruby in 1.8 mode, and > moving to 1.9 (in order to use force encoding plugin for example) is > not an option yet.
Can you submit a self-contained example showing the problem, preferably with an SQL log? Note that Sequel doesn't monkey with string encodings (unless you use the force-encoding plugin), and if you are getting bad results in 1.8 mode, it may be due to lower layers of the stack (jdbc, java, h2). 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.
