EntityDAC Releases

Released: Nov 15, 2023

Updates in 3.3.0

Features

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

Fixes

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

Released: Mar 30, 2023

Updates in 3.2.0

Features

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

Fixes

  • 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

Updates in 3.1.0

Features

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

Fixes

  • 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

Updates in 3.0.2

Fixes

  • Fixed bug in Entity Developer after installing Windows updates.

Released: Sep 29, 2021

Updates in 3.0.1

Features

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

Fixes

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

Released: Jun 15, 2020

Updates in V2.4.1

Features

  • Added support for RAD Studio 10.4 Sydney.

Released: Jan 20, 2020

Updates in V2.3.4

Features

  • Added support for 64-bit Android app development.
  • Added support for bytes attribute in the guid generator.

Fixes

  • Fixed bug compiling a LINQ statement containing both OrderBy and Limit clauses.
  • Fixed bug with AV when loading an XML-model.
  • Fixed bug creating a one-to-many association for an inherited entity.
  • Fixed bug with EntityConnection component CreateDatabase method.

Released: Jul 25, 2019

Updates in V2.2.3

Features

  • Added support for macOS 64-bit.
  • Added support for Bytes attribute in Guid generator.

Fixes

  • Fixed bug compiling a LINQ statement containing both OrderBy and Limit clauses.
  • Fixed bug with AV when loading a XML-model.

Released: Nov 30, 2018

Updates in V2.1.2

Features

  • Added support for RAD Studio 10.3 Rio.

Released: Aug 14, 2018

Updates in V2.0.1

Features

  • Added support for iOS, Android and Linux.
  • Added NexusDB data provider.
  • Contexts are now thread-safe.
  • Added support for using TGUID as an entity key or as an expression argument.
  • Added support for enum types.
  • Now the Contains method in LINQ expressions can accept a subquery or a set of expressions as an argument.
  • Now Entity Developer includes Firebird .NET Provider 5.12.1.0.
  • Added published access level for an entity property.