Version | Date | Description |
---|---|---|
1.3.7 | 2012-07-06 | Bug fix |
1.3.6 | 2012-01-16 | Bug fix |
1.3.5 | 2011-09-30 | Bug fix |
1.3.4 | 2011-03-04 | Updated parent for maven3 issue |
1.3.3 | 2010-09-16 | Workaround for Statement.close |
1.3.2 | 2010-02-04 | Generated keys, connection properties |
1.3.1 | 2009-06-30 | Improved SQLLoader |
1.3 | 2009-05-22 | SQLLoader |
1.2 | 2009-01-19 | Getting tnsnames.ora location improved |
1.1 | 2008-05-12 | Support for MySQL URLs |
1.0 | 2008-04-16 | First release |
Type | Changes | By |
---|---|---|
Prepared statements are closed, as before release 1.3.5, otherwise we get too many open cursors. | rafalcan |
Type | Changes | By |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Prepared statements are not closed, as they are being pooled by dbcp. | rafalcan | |
Updated to latest parent version - added ebeye-client module. | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest parent version - which fixes issues with maven3 - and oracle (11g). | rafalcan | |
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 |
Type | Changes | By |
---|---|---|
Added a workaround for exceptions when trying to close an already closed statement (allowed according to the javadoc in java.sql.Statement). | rafalcan |
Type | Changes | By |
---|---|---|
Added overloaded method SQLLoader.getPreparedStatement to allow the returned statement to provide the auto- generated keys. | rafalcan | |
Added functionality to inject properties into the connection at creation time. The supported properties depend on the RDBMS. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed SQLLoader class (parameterized statements), and added some javadocs. | rafalcan |
Type | Changes | By |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Added method to get URLs not only for Oracle thin driver, but also for MySQL. | rafalcan |