Universal Data Access Components (UniDAC) 10.2.0

Released: Apr 24, 2024

10.2.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 12 Athens Release 1.
  • Added support for Lazarus 3.2.
  • Added voResetAutoInc in the VirtualTable component which allows you to reset AutoInc values on Clear.

SQL Server data provider

  • Added support for Microsoft Entra Service Principal authentication (auADServicePrincipal) in the prMSOLEDB provider.

PostgreSQL data provider

  • Improved working with generated fields.

NexusDB data provider

  • Improved the Locate and FindKey methods' execution when using ServerCursor.

SQLite data provider

  • The Direct mode is now based on version 3.45.2 of the SQLite engine.
  • Added support for automatic detection of transaction state when the transaction is controlled by a SQL statement.

BigCommerce data provider

  • Added a metadata cache.

Dynamics data provider

  • Added a metadata cache.

HubSpot data provider

  • Added a metadata cache.

Magento data provider

  • Added a metadata cache.

NetSuite data provider

  • Added a metadata cache.

NetSuite data provider

  • Added a metadata cache.

Salesforce data provider

  • Added a metadata cache.

Salesforce Marketing Cloud data provider

  • Added a metadata cache.

Sugar CRM data provider

  • Added a metadata cache.

Zoho CRM data provider

  • Added a metadata cache.

不具合の修正

  • Fixed bug in VirtualQuery with querying source datasets that contain NULL column values.

Oracle data provider

  • Fixed bug with TIMESTAMP WITH TIME ZONE reading for Oracle 21 or higher in the Direct mode.
  • Fixed bug with string value truncation when ConvertEOL=True for Oracle 11 or lower.
  • Fixed bug with Connection Pooling in the Direct mode.

SQL Server data provider

  • Fixed bug with Microsoft Entra identity authentication (auADInteractive) in the prMSOLEDB provider.
  • Fixed bug with updating datetime fields by OLEDB providers.
  • Fixed bug with a zero-valued LastInsertID result.

MySQL data provider

  • Fixed bug with incorrect executing of internal Rollback.

PostgreSQL data provider

  • Fixed bug with processing identity field.

Redshift data provider

  • Fixed bug with reading real fields.

InterBase data provider

  • Fixed bug with incorrect results when using the RETURNING clause.
  • Fixed bug with an error message about bad timezone ID.

NexusDB data provider

  • Fixed bug with Access Violation when using Server Cursor and IndexFieldNames.

SQLite data provider

  • Fixed bug with using the SQLCiper library.

DBF data provider

  • Fixed a bug with adding a blank record to the resultset.
  • Fixed bug with opening tables whose field names contain characters after the line terminator.

Access data provider

  • Fixed bug with sequential connection to a database.
  • Fixed bug with the "Range check error" exception when querying a table.
  • Fixed bug with incorrect RecordCount property value when FetchAll is set to True.