New build of ODAC 11.4.4 is available

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

New build of ODAC 11.4.4 is available

Post by Devart » Thu 04 Mar 2021 11:10

We're excited to announce support for the new RAD Studio 10.4.2 Sydney in ODAC. Additionally, we supported macOS Big Sur, iOS 14, and Android 11.

What's new in this release:
  • Oracle 21c is supported
  • RAD Studio 10.4.2 Sydney is supported
  • macOS 11 Big Sur is supported
  • iOS 14 is supported
  • Android 11 is supported
  • Performance of batch operations is improved
  • Performance of the FindFirst, FindNext, FindLast, and FindPrior methods is improved
  • The PrefetchRows option in the Direct mode is supported
  • Data fetch performance in the Direct mode is improved
  • LOB read/write performance is improved
  • Bug with connection to RAC servers in the Direct mode is fixed
  • Bug with RefreshRecord when SQLGeneratorCompatibility=True is fixed
  • Bug with calling a stored procedure using dblink is fixed
  • Bug with TOraAnyDataField.GetAsString is fixed
  • Bug with parsing a quoted schema name is fixed
  • Bug with setting the ReadOnly field property at runtime is fixed
Devart Development Team
https://www.devart.com/odac/

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: ODAC 11.4 with support for RAD Studio 10.4.2

Post by Devart » Tue 30 Mar 2021 13:42

ODAC build 11.4.2 is available for download.

In this version:
  • Lazarus 2.0.12 is supported
  • Bug with parameters that have Unknown data type on Prepare is fixed
  • Bug with calling stored procedures when AutoCommit=False is fixed
  • Bug with parameters for Oracle 19c in the Direct mode is fixed
  • Bug with NUMBER fields when EnableFMTBCD=True is fixed
  • Bug with the ConvertEOL connection option is fixed
  • Bug with AV in applications using DBMonitor is fixed
  • Bug with committing a transaction when LockMode = lmPessimistic is fixed
  • Bug with getting values of calculated fields is fixed

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: ODAC 11.4 with support for RAD Studio 10.4.2

Post by Devart » Wed 07 Apr 2021 15:51

ODAC build 11.4.3 is available for download.

In this version:
  • Demo compatibility with new a version of SecureBridge is fixed
  • Bug with an Invalid pointer operation on Fetch is fixed
  • Bug with assigning a BLOB parameter when the source data is loaded via the TParam.LoadFromStream method is fixed

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: ODAC 11.4 with support for RAD Studio 10.4.2

Post by Devart » Tue 20 Jul 2021 09:04

ODAC build 11.4.4 is available for download.

In this version:
  • Support for TFieldOptions is added
  • Bug with refreshing a table that contains several key fields is fixed
  • Bug with precision when converting Double to NUMBER in the Direct mode is fixed
  • Bug with string parameters for Oracle 12.2 in the Direct mode is fixed
  • Bug with applying both Encryption and Data Type Mapping on a BLOB column is fixed
  • Bug with a parameter that has the Reference data type in the query editor is fixed
  • Bug with applying the TemporaryLobUpdate option to auto-generated SQL queries is fixed
  • Bug with AV after adding the Lookup field to a prepared DataSet is fixed

Locked