[h2] Re: Prevent trimming of spaces with CSVREAD?

2013-12-08 Thread Nicolas Fortin (OrbisGIS)
Hi, There is a boolean option preserveWhitespace; maybe it works. I read the source code here http://code.google.com/p/h2database/source/browse/trunk/h2/src/main/org/h2/tools/Csv.java Regards, -Nicolas Le samedi 7 décembre 2013 18:57:02 UTC+1, Johann Petrak a écrit : > > I want to use CSVREAD

Re: [h2] using H2 with JOOQ

2013-12-08 Thread bruce buchanan
thanks, yeah I figured it out, works fine On Saturday, December 7, 2013 11:30:31 PM UTC-8, Christoph Läubrich wrote: > > I used JOOQ with h2 in the past with succes, you really should post your > configurationfile. > Take in mind, if you specify a non exiting (e.g. different path) h2 DB it >

Re: [h2] Possible bug with CLOB and strings

2013-12-08 Thread Thomas Mueller
Hi, FYI this should now be fixed in the trunk. The workaround is no longer needed. Regards, Thomas On Thu, Dec 5, 2013 at 8:22 AM, Thomas Mueller wrote: > Hi, > > This is interesting. The "fix" looks strange (*not* using BufferedReader), > and doesn't seem to solve the root cause. I think I k

Re: [h2] using H2 with JOOQ

2013-12-08 Thread Ryan How
I use it with H2 every day. Works great. You are quite possibly pointing to an empty database as suggested... Here is my jooq.xml file I use to generate the classes. Note that because the h2 database path is relative, I need to have the working directory set correctly. http://www.jooq.org/x

Re: [h2] working with the servers

2013-12-08 Thread Thomas Mueller
Hi, I think you are on the right track. Everything you need should be documented either in H2, or for classpath issues in Java. StackOverflow.com is also a good resource. If you then have a specific problem you can't solve, I suggest to ask either here or at StackOverflow.com Regards, Thomas