I just upgraded to H2 version 1.3.163 and replaced my patched code with the new version of Cvs. It works now. Thanks!
(By the way, the Csv.getInstance() method name made me think that Csv was a singleton at first, which both made me suspicious that it might not be thread safe and made me accidentally create two Csv-instances. "Csv.createInstance()" would be clearer (or even "new Csv()", heaven forfend!). But you may not want to break backwards compability) ~Johannes -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/2KSmGDPkgMUJ. 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/h2-database?hl=en.
