EntityDAC のリリース

Released: Apr 1, 2026

4.0.0 での更新項目

機能

  • Added support for RAD Studio 13 Florence Release 1.
  • Added support for the Arm64EC target platform.

不具合の修正

  • Fixed bug with initializing an entity attribute with the NULL default value.

Released: Sep 22, 2025

3.5.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 13 Florence.

不具合の修正

  • Fixed a bug in generation of the CREATE TABLE statement for the SQL Server dialect when creating a database from a model.
  • Fixed a bug where RAD Studio 10.3 was missing from the installer.

Released: Mar 25, 2025

3.4.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 12 Athens Release 3.
  • Added support for the RAD Studio 64-bit IDE.

Released: Oct 29, 2024

3.3.2 での更新項目

機能

  • Added support for Embarcadero RAD Studio 12 Athens Release 2.

不具合の修正

  • Fixed bug with updating an entity which has a Bytes property using the PostgreSQL dialect.

Released: May 16, 2024

3.3.1 での更新項目

機能

  • Added support for Embarcadero RAD Studio 12 Athens Release 1.
    • Release 1 for RAD Studio 12 Athens, Delphi 12 Athens, and C++Builder 12 Athens is now required.

Released: Nov 15, 2023

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

不具合の修正

  • Fixed bug executing LINQ queries which contain quantifiers using the dbExpress provider.

Released: Mar 30, 2023

3.2.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.

不具合の修正

  • Fixed bug with an invalid position of a newly inserted record in TEntityDataSet.
  • Fixed bug with a memory leak in a one-to-many association.
  • Fixed bug with a memory leak in the Demo project.
  • Fixed bug with a "Value too long" exception in the SQL Server dialect.
  • Fixed several bugs with Table-Per-Type inheritance.

Released: Nov 2, 2022

3.1.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Apple iOS Simulator (ARM 64-bit target platform).
  • Added support for Android 12.
  • Added support for Apple iOS 15.

不具合の修正

  • Fixed bug with querying an entity which has both a TPT-descendant and an association.
  • Fixed bith updating an entity which has a boolean property using TPgDACDataProvider.
  • Fixed bug with opening a model which contains both inherited entities and the Many-To-Many association.

Released: Oct 27, 2021

3.0.2 での更新項目

不具合の修正

  • Fixed bug in Entity Developer after installing Windows updates.

Released: Sep 29, 2021

3.0.1 での更新項目

機能

  • Added support for Embarcadero RAD Studio 11 Alexandria.
  • Added support for Apple macOS ARM.

不具合の修正

  • Fixed bug with the memory leak on in the TEntityDataSet.Cancel method.
  • Fixed bug with displaying a recordset with the only record in a DBGrid.
  • Fixed bug with the One-To-Many association built on GUID columns.
  • Fixed bug with updating an entity which has long attribute names.