Michiel Meeuwissen wrote:

// load the hsqldb driver
java.sql.DriverManager.registerDriver(new org.hsqldb.jdbcDriver()); What's this?


This way, i know explicit that a jdbc-driver is known to the DriverManager. There is actually no need to do this at all ;)

Will the change appear in 1.7.0.rc3 then?


Since it isnt a bugfix, this doesnt seem right to me

Reply via email to