Author: jfuerth
Date: Tue May 26 08:41:54 2009
New Revision: 3076

Modified:
   trunk/doc/ReleaseChecklist.txt

Log:
Unfortunately, connecting to DB2 didn't work in 0.9.13 (in fact, anything requiring multiple JAR files wouldn't work). I've added a note for testing DB2 during future releases.


Modified: trunk/doc/ReleaseChecklist.txt
==============================================================================
--- trunk/doc/ReleaseChecklist.txt      (original)
+++ trunk/doc/ReleaseChecklist.txt      Tue May 26 08:41:54 2009
@@ -39,6 +39,8 @@
   PostgreSQL, SQL Server)
*Try adding the Oracle driver to the driver manager then connect to an Oracle
   database
+ *Try adding the DB2 driver to the driver manager then connect to a DB2 database + (this broke in 0.9.13 because of a problem with multiple JAR support in our classloader) *Try creating a new database type from scratch (it could just be a new config for
   one of the existing types)
  *Ensure the online help is present

Reply via email to