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
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
>
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
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
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