java/sql-dk/src/info/globalcode/sql/dk/configuration/Loader.java
Tue, 26 Feb 2019 18:19:49 +0100 Avoid reusing/rewriting the DB connection properties.
Mon, 18 May 2015 00:33:10 +0200 parallel connection testing: avoid deadlocks – preload drivers + better exception handling and logging
Sun, 17 May 2015 13:51:40 +0200 JDBC driver class can be specified in the database configuration as an optional parameter (useful especially while embedding jdbc-dk-driver into other application that does not support automatic driver discovery)
Sun, 17 May 2015 13:15:21 +0200 configuration loading: use JAXB index and set classloader (useful while embedding into Netbeans and other applications)
Sun, 17 May 2015 00:27:56 +0200 jdbc-dk-driver: first working version
Sat, 16 May 2015 21:42:52 +0200 separate configuration loading into the Loader class