New features:
Allow user to specify when the Conn will be recycled automatically if one does NOT explicitly invoke freeCon()
Throw general java exceptions and Genius-Field exceptions for easy debug
Bugfixes and minor changes:
Provide default values for the properties file
Fix getConn() may return null
Download sql-01-rc
Posted in Java Technology
|
595 views
|
New features:
Initial beta release
Allow user to specify the path of properties file
Allow user to specify the class name of jdbc connector
Change package name gaccount.sql to com.geniusfield.sql
Change method name Conn.getConn() to Conn.getCon() to avoid confusion
Bugfixes and minor changes:
Properties file isn’t closed after being used
Call Class.forName() method in case of old JDKs
Download sql-01-beta
Posted in Java Technology
|
391 views
|