This way, i know explicit that a jdbc-driver is known to the DriverManager. There is actually no need to do this at all ;)// load the hsqldb driver
java.sql.DriverManager.registerDriver(new org.hsqldb.jdbcDriver()); What's this?
Will the change appear in 1.7.0.rc3 then?Since it isnt a bugfix, this doesnt seem right to me
