SQLite Data Access Components (LiteDAC) Releases

Released: Mar 27, 2026

Updates in 8.0.0

Features

  • Added support for RAD Studio 13.1 Florence.
  • Added support for the Arm64EC target platform.
  • Added support for Lazarus 4.6.
  • Added support for vector fields via the sqlite-vec and sqlite-vector extensions.
  • Added the LimitLength connection option to set the SQLITE_LIMIT_LENGTH runtime limit.
  • Added the LimitExprDepth connection option to set the SQLITE_LIMIT_EXPR_DEPTH runtime limit.
  • Added the "For the current user/For all users" option during installation.
  • Added masking of the Password...

Released: Dec 26, 2025

Updates in 7.0.1

Features

  • Added support for Lazarus 4.4.
  • Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.

Fixes

  • Fixed an issue with Unicode database file names on macOS in Direct mode.
  • Fixed an AV failure that could occur when reading a persistent TWideStringField in Delphi 7.
  • Fixed an issue where XML fields could be saved incorrectly when using the dataset component's SaveToXML method.
  • Fixed an issue with registering help files in RAD Studio...

Released: Sep 17, 2025

Updates in 7.0.0

Features

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for Lazarus 4.2.
  • Added support for the ISO8601-like time format for the TimeFormat property of the LiteConnection component.
  • Added the Pooled function to the TCustomDAConnection component.
  • Added support for ReportBuilder 23 in the Demo project.

Fixes

  • Fixed a bug that occurred when reinitializing the client library after a connection error.
  • Resolved an issue where all connections were removed from the pool if...

Released: Jul 7, 2025

Updates in 6.4.1

Features

  • Added support for Lazarus 4.0.

Fixes

  • Resolved an issue with declaring the TValueArr data type in C++Builder.
  • Fixed a bug where setting SQL in the Query component changed the case of a parameter name.
  • Fixed a bug that occurred when calling the FindKey method on a cloned dataset.
  • Fixed a bug that occurred when reserved words were used as field names in filters.

Released: Mar 20, 2025

Updates in 6.4.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 3.
  • Added support for the RAD Studio 64-bit IDE.
  • Added support for Lazarus 3.8.
  • Added support for parameters in the Script component.
  • Added support for the TurboPack SynEdit package in component editors.
  • Added support for syntax highlighting in component editors in Lazarus on the Windows platform.
  • Added the IndentFormat argument to the SaveToXML method of the dataset to decrease file size.
  • Added the SaveToJSON method for...

Released: Jan 20, 2025

Updates in 6.3.2

Features

  • Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.

Fixes

  • Fixed an issue with the SaveToXML method of the TMemDataSet class and its descendants, which occurred when saving UUID fields.
  • Fixed a bug that occurred when calling the RefreshRecord method with FullRefresh set to True.
  • Fixed an issue with processing the Filter property of a dataset that occurred when it included the NOT operation.
  • Fixed an issue with using subfunctions in a filter.

Released: Oct 24, 2024

Updates in 6.3.1

Features

  • Added support for Lazarus 3.6.
  • Restored support for RAD Studio 12 Athens Release 1.

Released: Sep 27, 2024

Updates in 6.3.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 2.
  • Added support for Embarcadero C++Builder 64-bit Windows (Modern) Application Development.
  • Added support for Lazarus 3.4.
  • Added the EnableAutoInc option for LiteTable and LiteQuery components.
  • Added the WriteBOM property for TLiteDumpOptions.

Fixes

  • Fixed bug with incorrect value when updating a float-type column in a 32-bit application on Windows ARM.

Released: May 1, 2024

Updates in 6.2.1

Features

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

Fixes

  • Fixed internal bug with TSharedObject.

Released: Apr 24, 2024

Updates in 6.2.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 1.
  • Added support for Lazarus 3.2.
  • 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.

Fixes

  • Fixed bug with using the SQLCiper library.