New UniDAC version 6.1 with support for RAD Studio XE8!

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 6.1 with support for RAD Studio XE8!

Post by Devart » Wed 15 Apr 2015 16:41

Dear users,

the new UniDAC version 6.1 is available for download now.

In this version:
  • RAD Studio XE8 is supported
  • AppMethod is supported
  • The ParamCheck option behavior is fixed
  • Bug on calling Code Editor in the UniStoredProc editor is fixed
  • Bug with invalid names of Master-Detail parameters is fixed
  • Bug with AV on calling GetVersion() in C++Builder is fixed
  • Bug with AV failure in the SmartFetch mode is fixed
  • Bug with the 'Cannot convert type' error in the TDADataSet.RefreshRecord method when data type mapping is used is fixed
Oracle data provider
  • Direct mode in Lazarus is supported
  • Now the Direct mode is supplied as source code
  • Support for Objects in the Direct mode is added
  • Support for EZCONNECT in the Direct mode is added
  • Support for fields with Cursor data type in the Direct mode is added
  • Now statements with RETURN INTO clauses can return RowsAffected in the Direct mode
  • Bug with detecting instant client is fixed
  • Bug with detecting default client is fixed
  • Bug with memory leak after calling GetFieldNames is fixed
SQL Server data provider
  • Direct mode in Lazarus is supported
  • Now the Direct mode is supplied as source code
  • Performance of connection establishing in the Direct mode is improved
  • The specific option "OLEDBProvider" is renamed to "Provider"
  • Bug with the 'TableName cannot be empty' assertion failure on query opening is fixed
  • Bug with processing LongWord parameters is fixed
  • Bug with the 'DateTime type 40' error on query opening is fixed
InterBase data provider
  • Firebird 3 support is added
  • Firebird 3 BOOLEAN column type support is added
  • Bug with using Firebird Embedded within a DLL is fixed
  • Bug with BLOB field types when using InterBase XE and higher is fixed
  • Bug with obtaining a generator value for a newly inserted record is fixed
  • Bug with inserting a record when the key field is not the first one in a query is fixed
PostgreSQL data provider
  • PostgreSQL 9.4 support is added
SQLitedata provider
  • Direct mode for Mac OS X, iOS and Android platforms is supported
  • Database encryption for Mac OS X, iOS and Android platforms is supported
  • Now the Direct mode is based on the SQLite engine version 3.8.9
  • The ConnectMode specific option is added
  • The TLiteUtils.ReleaseDatabaseMemory method is added
  • The TLiteUtils.IsDatabaseReadOnly method is added
  • Bug with installing both LiteDAC and UniDAC Express is fixed
  • Bug with missing LiteStaticUni.obj is fixed
ODBC data provider
  • ODBC provider for Lazarus is added for Unix platforms
Devart development team
http://www.devart.com/unidac

Locked