Universal Data Access Components (UniDAC) (英語版) のリリース

Released: Feb 19, 2024

10.1.0 での更新項目

機能

  • Added support for Lazarus 3.0.

Oracle data provider

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

PostgreSQL data provider

  • Improved working with column default values.
  • Improved working with RefreshRecord queries.
  • Improved working with arrays in queries.

InterBase data provider

  • Added support for Firebird 5.
  • Added support for multiple rows being returned by DML with the...

Released: Nov 15, 2023

10.0.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 12 Athens.
  • Added support for Apple macOS Sonoma.
  • Added support for Apple iOS 17.
  • Added support for Android 13.
  • 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.
  • Added support for 'DBMonitor' to the 'VirtualQuery' component.
  • Added support for storing 'AutoInc' fields when saving 'TVirtualTable' to XML.

Oracle data provider

  • Added support for...

Released: Mar 17, 2023

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

9.3.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.
  • VirtualQuery component adds support for standard collations in SQL statements.
  • Improved performance when exporting to XML.

Microsoft SQL Server data provider

  • Added support for Microsoft OLE DB Driver in Microsoft SQL Server 9.
  • Added...

Released: Apr 12, 2022

9.2.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 executing batch operations with the VirtualQuery component.
  • Fixed bug with resetting param values when changing param values count.
  • Fixed bug with AV when using the TCRSSLIOHandler from the SecureBridge demo project as an IOHandler for a connection.

Released: Dec 9, 2021

9.1.1 での更新項目

機能

  • Added PoolId connection option.

PostgreSQL data provider

  • Added support for PostgreSQL 14.
  • Added stored procedure OUT parameters in PostgreSQL 14.

InterBase data provider

  • Added CutOffParams global variable.
  • Added WireCompression option to the Connection component.
  • Fields of type dtFloat are now created for system types INT128, DECFLOAT, and large NUMERIC by default.

NexusDB data provider

  • Block fetch is now supported.
  • Improved fetch performance.

DBF data provider

  • FSIZE SQL function is now...

Released: Sep 13, 2021

9.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 duplicate records when navigating through TVirtualDataSet for which a filter is set.
  • Fixed bug with persistent fields when saving and then reading data from file to TVirtualTable.
  • Fixed bug with setting a DateTime value before the year 1800 to TTimeField.
  • Fixed bug with using a BLOB field in the IndexFieldNames property of the DataSet...

Released: Jul 14, 2021

8.4.4 での更新項目

機能

  • Added support for TFieldOptions.

不具合の修正

  • Fixed bug with applying both Encryption and Data Type Mapping on a BLOB column.
  • Fixed bug with AV after adding the Lookup field to a prepared DataSet.
  • Fixed bug with the Locate method on ftLongWord fields.
  • Fixed bug with AV in the TVirtualTable.Assign method.
  • Fixed bug with AV when executing a DELETE FROM statement using TVirtualQuery.
  • Fixed bug with corrupted data of a GUID field in TVirtualDataSet.
  • Fixed bug with universal quoting of identifiers.

Released: Apr 6, 2021

8.4.3 での更新項目

機能

SQLite data provider

  • JournalMode - Added jmDefault option value for the Connection component.

不具合の修正

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

Oracle data provider

  • Fixed bug with an Invalid pointer operation on Fetch.

SQLServer data provider

  • Fixed bug a string parameter getting trimmed.

PostgreSQL data provider

  • Fixed bug with reading date value...

Released: Mar 26, 2021

8.4.2 での更新項目

機能

  • Added support for Lazarus 2.0.12.

不具合の修正

  • 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 values of calculated fields.