i-net UNA Changelog

What's new in i-net UNA 8.06

Apr 16, 2015
  • Added support for VNN (virtual network names) together with instance names.
  • Fixed the exception with setNull( x, Types.OTHER ). It is matched to type sql_variant and can be slow.
  • No longer write the password to the driver log.
  • Add the interface NtlmHandshake to support an external NTLM login source.

New in i-net UNA 8.04 (Oct 19, 2013)

  • Does not use the package sun.misc.* on Java 6 and newer.

New in i-net UNA 7.08 (Oct 21, 2010)

  • Statement.close() could produce a NPE on a running executeQuery() of the same statement if you set max rows or max field size. If the NPE occurred, max row size and/or max field size were not restored for the connection. The values affected all following calls of executeQuery() for this connection.
  • A very rare deadlock could occur if a prepared query needed 60 seconds and a second thread was running the same prepared query in this time.
  • An ArrayIndexOutOfBoundsException in executeBatch() with fastbatch=true was fixed. The exception occurred if you ran a transact SQL in the batch that did not produce an update count.
  • With SQL Server 2005 or higher, the first call of method rollback() did not work correctly if the transaction was already rolled back from the SQL Server after a deadlock detection. The result was that setAutoCommit(true) did not end the transaction. A second call to rollback() or commit() prevented problems.
  • A memory leak in the DTCProxy was fixed.
  • Long-running XA transactions were rolled back after 10 minutes under very rare conditions.