Hi,

> I'll use JDK 1.6 from now on. Any chance of a quick summary about how using
> 1.5 broke the build for you. It's unusual for 1.5 code to break when
> compiling with 1.6!

The problem was: when you ran the build on your machine, it switched
the source code to Java 5. That means methods that are not required
for Java 5 were disabled (the build modified to source code, see
Build.switchSource). This is required because some java.sql.* classes
are not available in Java 5. You have then checked in the changes in
SimpleResultSet.java. I have now fixed it (just ran the build on my
machine) and checked in the change.

So it's fixed now (at least I hope).

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to