New UniDAC version 5.0 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 version 5.0 is available for download now!

Post by Devart » Sat 27 Apr 2013 08:25

Dear users,

the new UniDAC version 5.0.1 is available for download now.

In this version:
  • RAD Studio XE4 is supported
  • NEXTGEN compiler is supported
  • Application development for iOS is supported
  • Connection string support is added
  • Possibility to encrypt entire tables and datasets is added
  • Possibility to determine if data in a field is encrypted is added
  • Support of TimeStamp, Single and Extended fields in VirtualTable is added
  • Migration from PgDAC and LiteDAC is added to the Migration Wizard
  • Migration from AnyDAC and FireDAC is added to the Migration Wizard
  • Bug with Master-Detail for TClientDataSet in RAD Studio XE3 is fixed
  • Bug with Master-Detail by non-English fields is fixed
  • Bug with IndexFieldNames by non-English fields is fixed
  • Bug with incorrect RecordCount result when a query contains both ORDER BY and LIMIT is fixed
  • Bug with calling Cancel in the BeforePost event is fixed
  • Bug when setting the TDataSet.Filter property for empty dataset is fixed
  • Bug with incorrect TVirtualTable version displaying in the About box is fixed
  • Bug with TUniLoader.LoadFromDataSet when UniDirectional = True and FetchRows = 1 is fixed
  • Thread handle leak when using pooling is fixed
Oracle data provider
  • BINARY_DOUBLE & BINARY_FLOAT data types support in the Direct mode is added
  • Bug with raising internal "Net Error 1" on reading Lob data types for some encodings in the Direct mode is fixed
  • Bug with incorrect detecting constant values length in SELECT expression for UTF8 databases in the Direct mode is fixed
  • Bug with application hang on get NVarchar column through link to MS SQL Server in the Direct mode is fixed
  • Bug with inserting NVARCHAR data for UTF8 databases and Oracle 10 or below if INSERT statement contains RETURNING section is fixed
  • Bug with application hang in non-blocking mode is fixed
SQLServer data provider
  • Bug when opening table for SQL Server Compact Edition 4.0 for 64-bit Windows is fixed
MySQL data provider
  • SSL support in Mac OS is fixed
  • Bug with memory leak when RefreshOptions.roBeforeEdit is set is fixed
InterBase data provider
  • Application development for iOS using InterBase XE3 ToGo Edition is supported
  • The DefaultTransaction property in TUniConnection is added
  • The Params specific option in TUniTransaction is added
PostgreSQL data provider
  • Now ErrorCode indicates a socket error code when a connection error appears
  • SSL support in Mac OS is fixed
  • Bug with mapping CHARACTER VARYING fields to ftString is fixed
  • Bug with automatic transaction restart when FetchAll = False on connection loss is fixed
SQLite data provider
  • Now the Direct mode is based on the SQLite engine version 3.7.16.2
  • Now SQLite string data type without length is mapped as ftMemo instead of ftString
  • Converter from Unix and Julian data formats to ftDateTime is added
ASE data provider
  • The EncryptPassword option is added
  • The DetectFieldsOnPrepare option is added
  • Bug with TUniStoredProc is fixed
DB2 data provider
  • XML fields support is added
  • Bug with connection pool is fixed
Devart development team
http://www.devart.com/unidac

Locked