New UniDAC build 5.3.10 is available for download now!

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New UniDAC build 5.3.10 is available for download now!

Post by Devart » Fri 01 Aug 2014 11:38

Dear users,

the new UniDAC build 5.3.10 is available for download now.

In this version:
  • The EmptyTable method is added to TUniTable
  • The SQL property is added to TUniConnection
  • Support for the Upper and Lower statements in TDADataSet.Filter is added
  • Support for the ftOraTimeStamp type in TVirtualTable is added
  • Bug with reopening TDADataSet after BreakExec is fixed
  • Bug with processing calculated and lookup fields in the SmartFetch mode is fixed
  • Bug with getting RecordCount when QueryRecordCount is True is fixed
  • Bug with AV failure on opening TCustomDADataSet when Range was set is fixed
  • Bug with "Invalid field size" in TVirtualTable is fixed
  • Bug with AV failure on freeing objects on mobile platforms is fixed
  • Several bugs in the SmartFetch mode are fixed
Oracle data provider
  • Data type mapping from RAW(16) to ftGuid is added
  • Now result parameter detection in UniConnection.ExecSQL is similar to the one in ODAC
  • Bug with connection establishing if the client has negative half-hour time zone is fixed
  • Bug with transactions in the OCI7 mode is fixed
  • Bug with tnsnames.ora parsing is fixed
  • Bug with parsing table names a if sub-query contains a WITH keyword is fixed
SQLServer data provider
  • Bug with opening a query with too long columns is fixed
  • Bug with cutting an input-output parameter value is fixed
  • Bug with processing identity field is fixed
  • Bug with processing tinyint fields is fixed
  • Bug with processing tinyint and bigint parameters in SQL Server Compact Edition is fixed
  • Bug with the Integer Overflow error on query preparation when DescribeParams is True is fixed
  • Bug with getting metadata in MS SQL Server 64 bit is fixed
MySQL data provider
  • Possibility to retrieve time values greater than 24:00:00 for a Time field is added
  • Bug in TMyDump with data backup in the Unicode mode is fixed
InterBase data provider
  • The NoDBTriggers connection option is added
  • Bug with query execution when AutoPrepare = True is fixed
PostgreSQL data provider
  • Bug with incorrect parsing of table names containing a "$" character is fixed
Devart development team
http://www.devart.com/unidac

Locked