Biobabel db module changes

Release History

VersionDateDescription
1.3.72012-07-06Bug fix
1.3.62012-01-16Bug fix
1.3.52011-09-30Bug fix
1.3.42011-03-04Updated parent for maven3 issue
1.3.32010-09-16Workaround for Statement.close
1.3.22010-02-04Generated keys, connection properties
1.3.12009-06-30Improved SQLLoader
1.32009-05-22SQLLoader
1.22009-01-19Getting tnsnames.ora location improved
1.12008-05-12Support for MySQL URLs
1.02008-04-16First release

Release 1.3.7 - 2012-07-06

TypeChangesBy

fix

Prepared statements are closed, as before release 1.3.5, otherwise we get too many open cursors.rafalcan

Release 1.3.6 - 2012-01-16

TypeChangesBy

fix

Keys for prepared statements in SQLLoader were wrongly built, when returned keys were involved (the same returned key string might appear with different object ids, resulting in many different keys for basically the same thing).rafalcan

Release 1.3.5 - 2011-09-30

TypeChangesBy

fix

Prepared statements are not closed, as they are being pooled by dbcp.rafalcan

update

Updated to latest parent version - added ebeye-client module.rafalcan

Release 1.3.4 - 2011-03-04

TypeChangesBy

update

Updated to latest parent version - which fixes issues with maven3 - and oracle (11g).rafalcan

fix

Removed hardcoded path of ORACLE_HOME set as default. Now only the system property oracle.net.tns_admin or the environment variables TNS_ADMIN or ORACLE_HOME will be used to locate the tnsnames.ora file.rafalcan

Release 1.3.3 - 2010-09-16

TypeChangesBy

fix

Added a workaround for exceptions when trying to close an already closed statement (allowed according to the javadoc in java.sql.Statement).rafalcan

Release 1.3.2 - 2010-02-04

TypeChangesBy

add

Added overloaded method SQLLoader.getPreparedStatement to allow the returned statement to provide the auto- generated keys.rafalcan

add

Added functionality to inject properties into the connection at creation time. The supported properties depend on the RDBMS.rafalcan

Release 1.3.1 - 2009-06-30

TypeChangesBy

fix

Fixed SQLLoader class (parameterized statements), and added some javadocs.rafalcan

Release 1.3 - 2009-05-22

TypeChangesBy

add

Added class to handle SQL code out of Java files.rafalcan

Release 1.2 - 2009-01-19

TypeChangesBy

fix

The tnsnames.ora file is located not only under $ORACLE_HOME, but in case this environment variable is not defined under the system property oracle.net.tns_admin, and as last resource defaults to /sw/common/oracle/tnsnames.ora.rafalcan

Release 1.1 - 2008-05-12

TypeChangesBy

add

Added method to get URLs not only for Oracle thin driver, but also for MySQL.rafalcan

Release 1.0 - 2008-04-16

TypeChangesBy

add

Moved from the biobabel core module.rafalcan