This is the main TODO list for DbConnect - Ref 1 : Add debug mode to config file. Add mutex protected debug log function and update drivers and libs to use it. - Ref 2 : Add OID type support to PostgreSQL driver as a BLOB type - Ref 3 : Add port numbers, ping timeouts etc to driver config options - Ref 4 : Fix the date support in msql. Won't convert as it is in the form dd-Mon-YYYY. Need to rewrite to iso - Ref 5 : Cleanup the Postgresql SSL config file param support - Ref 6 : Evaluate the connect / disconnect / getConnection / freeConnection functions and rework. - Ref 8 : Redesign the function calling for better future support - Ref 9 : Add functionality for each driver to be able to return the database handles - Ref 10 : Make sure all database field names are upper case for all drivers - Ref 11 : Fix MySQL Unsigned big int value of 18446744073709551615 converting to a boolean value of false instead of true - Ref 12 : Add JDate fraction of time support. Add fraction support to DB2 and other DB's that support it - Ref 13 : Get fetchNext to return true / false as an alternative to checking for eof