Closed GoogleCodeExporter closed 8 years ago
Could you post a simple, standalone test case that reproduces the problem? It
would
be great if the test case does not have any dependencies except the H2 jar file
(that
is, a simple SQL script that can be run in the H2 Console, or a Java class uses
the
JDBC API and is run using a static main method). Please include any
initialization
code (CREATE TABLE, INSERT and so on) in the Java class or in a .sql script
file.
Original comment by thomas.t...@gmail.com
on 11 Sep 2009 at 6:00
Here's a jUnit test that reproduces the problem on my system.
Original comment by mb555...@gmail.com
on 14 Sep 2009 at 10:13
Thanks a lot for the test case! I can reproduce this problem,
I hope I can fix it in the next days, but I'm not sure yet.
Original comment by thomas.t...@gmail.com
on 18 Sep 2009 at 6:53
Solving this problem turned out to be harder than I expected... I'm still
working on it.
Original comment by thomas.t...@gmail.com
on 29 Oct 2009 at 8:32
I think I found a solution. I committed it to the trunk.
It will be available in the next release.
Original comment by thomas.t...@gmail.com
on 8 Nov 2009 at 5:29
This should now work in version 1.2.124.
Original comment by thomas.t...@gmail.com
on 20 Nov 2009 at 4:54
Original issue reported on code.google.com by
mb555...@gmail.com
on 9 Sep 2009 at 2:07