VORTEXjdbc Release Notes
v1.1.0.36 - 2014/09/14
- Implement 1.6 & 1.7 methods
- Fix preparedStatement.setTimestamp method
v1.1.0.35 - 2014/08/08
- Fix javadoc documentation in various classes
- Simplify autocommit handling
- Add SDMS options
- Enhance supportsResultSetType, supportsResultSetConcurrency
- Enhance ownUpdatesAreVisible, ownInsertsAreVisible
- Enhance ownDeletesAreVisible
- Update getNumericFunctions, getSystemFunctions, supportsColumnAliasing
- Correct nullPlusNonNullIsNull
- Correct supportsConvert
- Enhance supportsConvert(fromType,toType)
- Correct supportsOrderByUnrelated
- Correct supportsPositionedUpdate, supportsStoredProcedures
- Correct supportsOpenCursorsAcrossCommit, supportsOpenCursorsAcrossRollback
- Correct supportsOpenStatementsAcrossCommit
- Correct supportsOpenStatementsAcrossRollback
- Correct getMaxIndexLength, getMaxRowSize, getMaxUserNameLength
- Correct getDefaultTransactionIsolation
- Correct getColumnPrivileges, getTablePrivileges
- Correct getBestRowIdentifier
- Fix resultset ordering for getIndexInfo
- More precise error messages during connect
- Fix getPropertyInfo to always return all information
- Enhance isReadOnly, isWritable, isDefinitelyWritable to be more accurate
- Return correct mode from getParameterMode
- Implement getParameterType, getParameterTypeName,getPrecision
- Implement getScale,isNullable,isSigned
- Use scale in setObject(col,x,targetSqlType,scale)
- Use targetSqlType in setObject(col,x,targetSqlType)
- Return error for setArray()
- Fix fld_id in getShort, getInt, getFloat, getDouble, getBigDecimal
- Remove deprecated Date(y,m,d), Time(h,m,s), Timestamp(y,m,d,h,m,s)
- Fix fld_id in getblob, getAsciiStream, getBinaryStream, getObject
- Check for ReadOnly mode in executeUpdate()
- Enhanced test scripts to include above changes
v1.1.0.34 - 2014/06/13
- Fix setAutoCommit to force commit on call
- Fix error in keeping track of current transaction state
- Always load PUBLIC.GENESIS_JDBCTYPES
- Change unsupported methods to return null instead of error when appropriate
- Fix getPrimaryKeys
- Fix getDate to keep track of last column index
- Fix getBigDecimal(int) to use actual scale instead of 0
- Fix getByte
- Update getResultSetHoldability
v1.1.0.29- 2005/08/22
- Add scrollable cursor support
v1.1.0.27 - 2005/03/09
v1.1.0.25 - 2003/05/12
- Add "no_null_string" property to getConnection
- Increase default number of db cursors to 64
v1.1.0.22 - 2001/11/19
- Add positioned update methods to ResultSet
v1.1.0.18 - 2000/01/11
- Various fixes for byte methods
v1.1.0.17 - 1999/06/01
- Fix resultSet.getXXXXXXX(String) method
v1.1.0.16 - 1999/03/15
- Fix getRecord() for null string handling
v1.1.0.15 - 1998/12/02
- Modify getRecord() for binary data
- Modify getBytes() to return byte array
v1.1.0.14 - 1998/11/02
- Improve isClosed() method to send command
v1.1.0.13 - 1998/09/02
- Add [get|set]MaxFieldSize, [get|set]MaxRows, [get|set]QueryTimeout
- Add SOCKS support
- Add getTableTypes, getColumns
v1.1.0.12 - 1998/05/29
- Fix getTables() for Oracle, Rdb
v1.1.0.11 - 1998/05/02
- Fix ':' in Informix table name
v1.1.0.10 - 1998/04/01
- findColumn() is case-insensitive except for Sybase
v1.1.0.9
- Oracle connections now handle '?' parameter markers
v1.1.0.8
v1.1.0.7 - 1997/10/23
- Fix getRecord() error with NULL BLOBs
v1.1.0.6
- Fix setBinaryStream() error
v1.1.0.5 - 1997/08/29
- Fix network hopping error
v1.1.0.4 - 1997/05/16
v1.1.0.2 - Production 1997/02/02
v1.0.0.0 - Beta