Oracle Data Access Components (ODAC) (英語版) のリリース

Released: Feb 19, 2024

13.1.0 での更新項目

機能

  • 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.

不具合の修正

  • 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 statements executing.

Released: Nov 15, 2023

13.0.0 での更新項目

機能

  • 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.

不具合の修正

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

Released: Mar 17, 2023

12.3.0 での更新項目

機能

  • 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 component...

Released: Sep 12, 2022

12.2.0 での更新項目

機能

  • 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.

不具合の修正

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

Released: Apr 12, 2022

12.1.1 での更新項目

機能

  • 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.

不具合の修正

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

Released: Dec 9, 2021

12.0.2 での更新項目

機能

  • Added PoolId connection option.

不具合の修正

  • 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 records at applying...

Released: Sep 13, 2021

12.0.1 での更新項目

機能

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

不具合の修正

  • 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 IndexFieldNames...

Released: Jul 14, 2021

11.4.4 での更新項目

機能

  • Added support for TFieldOptions.

不具合の修正

  • 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-generated SQL...

Released: Apr 6, 2021

11.4.3 での更新項目

不具合の修正

  • 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

11.4.2 での更新項目

機能

  • Added support for Lazarus 2.0.12.

不具合の修正

  • 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 bug with getting...