Oracle Data Access Components (ODAC) Releases

Released: Feb 19, 2024

Updates in 13.1.0

Funktionen

  • Added support for Lazarus 3.0.
  • Added support for connecting to servers with enabled Security Banners in the Direct mode.
  • Improved error message about a non-existent database object in another schema.

Fehlerkorrekturen

  • Fixed bug with CLOB reading when UseUnicode=True in OCI mode.
  • Fixed bug with TIMESTAMP WITH TIME ZONE reading for Oracle 21 or higher in the Direct mode.
  • Fixed bug in TOraScript with parsing the CREATE JAVA SOURCE statements.
  • Fixed bug with refreshing data after DML...

Released: Nov 15, 2023

Updates in 13.0.0

Funktionen

  • Added support for Embarcadero RAD Studio 12 Athens.
  • Added support for Oracle 23c.
  • Added support for Apple macOS Sonoma.
  • Added support for Android 13.
  • Added support for Apple iOS 17.
  • Added support for nested macros in SQL queries.
  • Added Display Format for Aggregate fields.
  • Added support for SHA-2 (SHA-256, SHA-512) in hash encryption algorithms.
  • Improved 'UnicodeEnvironment' support for non-Unicode Embarcadero Delphi versions.

Fehlerkorrekturen

  • Fixed "Range check error" error on...

Released: Mar 17, 2023

Updates in 12.3.0

Funktionen

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to restore from file with TEncoding via the Dump...

Released: Sep 12, 2022

Updates in 12.2.0

Funktionen

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.
  • Query and Table components add 'CloneCursor' method which allows you to share data between datasets.
  • Improved performance when exporting to XML.

Fehlerkorrekturen

  • Fixed bug when a connection string parameter value contains a single quote.

Released: Apr 12, 2022

Updates in 12.1.1

Funktionen

  • Added support for Embarcadero RAD Studio 11.1 Alexandria.
  • Added support for Lazarus 2.2.0.
  • Added support for Microsoft Windows 11.
  • Added support for Apple macOS Monterey.

Fehlerkorrekturen

  • Fixed bug with HTTPS tunneling in the Direct mode.
  • Fixed bug with resetting param values when changing param values count.

Released: Dec 9, 2021

Updates in 12.0.2

Funktionen

  • Added PoolId connection option.

Fehlerkorrekturen

  • Fixed bug with LONG parameters in Oracle 11 and earlier.
  • Fixed bug with "Unknown data type" error in OraNestedTable.
  • Fixed bug with UnicodeEnvironment in pooling.
  • Fixed bug with leading spaces getting trimmed in strings loaded from XML in VirtualTable.
  • Fixed bug with freezing multiply connection pools in threads.
  • Fixed bug with using the AsDate property when working with fields of the ftDate type.
  • Fixed bug with updating the state of...

Released: Sep 13, 2021

Updates in 12.0.1

Funktionen

  • Added support for Embarcadero RAD Studio 11 Alexandria.
  • Added support for Apple macOS ARM.
  • Added a demo project for FastReport FMX.

Fehlerkorrekturen

  • Fixed bug with string OUT parameters in Oracle 12.1.
  • Fixed bug with XML reading when UnicodeEnvironment=True.
  • Fixed bug with reading string values from TOraNestedTable.
  • Fixed bug with selecting intger values from arrays.
  • Fixed bug with setting a DateTime value before the year 1800 to TTimeField.
  • Fixed bug with using a BLOB field in the...

Released: Jul 14, 2021

Updates in 11.4.4

Funktionen

  • Added support for TFieldOptions.

Fehlerkorrekturen

  • Fixed bug with refreshing a table that contains several key fields.
  • Fixed bug with precision when converting Double to NUMBER in the Direct mode.
  • Fixed bug with string parameters for Oracle 12.2 in the Direct mode.
  • Fixed bug with applying both Encryption and Data Type Mapping on a BLOB column.
  • Fixed bug with a parameter that has the Reference data type in the query editor.
  • Fixed bug with applying the TemporaryLobUpdate option to auto...

Released: Apr 6, 2021

Updates in 11.4.3

Fehlerkorrekturen

  • Demo compatibility with new a version of SecureBridge has been fixed.
  • Fixed bug with an Invalid pointer operation on Fetch.
  • Fixed bug with assigning a BLOB parameter when the source data is loaded via the TParam.LoadFromStream method.

Released: Mar 26, 2021

Updates in 11.4.2

Funktionen

  • Added support for Lazarus 2.0.12.

Fehlerkorrekturen

  • Fixed a bug with parameters that have Unknown data type on Prepare.
  • Fixed a bug with calling stored procedures when AutoCommit=False.
  • Fixed a bug with parameters for Oracle 19c in the Direct mode.
  • Fixed a bug with NUMBER fields when EnableFMTBCD=True.
  • Fixed a bug with the ConvertEOL connection option.
  • Fixed a bug with AV in applications using DBMonitor.
  • Fixed a bug with committing a transaction when LockMode = lmPessimistic.
  • Fixed a...