Closed GoogleCodeExporter closed 9 years ago
This bug will be fixed in the next release.
Thanks for your help!
Thomas
Original comment by thomas.t...@gmail.com
on 23 Mar 2008 at 5:06
Original comment by thomas.t...@gmail.com
on 23 Mar 2008 at 5:06
Fixed in version 1.0.69 (2008-03-29)
Original comment by thomas.t...@gmail.com
on 29 Mar 2008 at 12:32
Fixed in version 1.0.69 (2008-03-29)
Original comment by thomas.t...@gmail.com
on 29 Mar 2008 at 12:33
It's not fixed in 1.0.69, if you run the test:
Exception in thread "main" java.lang.NullPointerException
at org.h2.message.TraceObject.toString(TraceObject.java:222)
at org.h2.command.CommandRemote.toString(CommandRemote.java:231)
at org.h2.jdbc.JdbcPreparedStatement.toString(JdbcPreparedStatement.java:1417)
at H2Test.main(H2Test.java:13)
the problem is on p.getParamValue() that returns null.
Original comment by carpenti...@gmail.com
on 11 Apr 2008 at 8:50
Thanks! I will correctly fix this for the next release.
Original comment by thomas.t...@gmail.com
on 11 Apr 2008 at 3:09
Fixed in version 1.0.70 (2008-04-20)
Original comment by thomas.t...@gmail.com
on 21 Apr 2008 at 5:47
It's fixed, thanks.
Original comment by carpenti...@gmail.com
on 23 Apr 2008 at 7:28
Original issue reported on code.google.com by
carpenti...@gmail.com
on 23 Mar 2008 at 10:19Attachments: