dbExpress Driver for SQLite Releases

Released: Apr 6, 2026

Updates in 5.4.1

Features

  • Added support for RAD Studio 13 Florence Release 1.

Fixes

  • Fixed an issue that caused the "Incorrect parameter" exception when executing a query with parameters.

Released: Sep 22, 2025

Updates in 5.4.0

Features

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for the ISO8601-like time format for the TimeFormat property of the LiteConnection component.
  • Added the RequiredFields option.

Released: Mar 25, 2025

Updates in 5.3.0

Features

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

Fixes

  • Fixed a bug with updating a record in the dataset that has key fields of the TEXT type.

Released: Oct 31, 2024

Updates in 5.2.2

Features

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

Released: May 9, 2024

Updates in 5.2.1

Features

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

Released: Nov 15, 2023

Updates in 5.2.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens.
  • Added support for Apple macOS Sonoma.
  • Direct mode is now based on version 3.42.0 of the SQLite engine.

Fixes

  • Fixed bug setting EnableLoadExtension driver option.
  • Fixed bug with incorrect execution of a SQL statement that contains a comment at the end.

Released: Mar 29, 2023

Updates in 5.1.1

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Improved reading of BLOB fields.

Released: Sep 26, 2022

Updates in 5.1.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Direct mode is now based on version 3.39.2 of the SQLite engine.

Released: Sep 16, 2021

Updates in 5.0.1

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria.
  • Added support for Apple macOS ARM target platform.
  • Added the IntegerAsLargeInt option to the Connection component.

Released: Jul 14, 2021

Updates in V4.3.1

Features

  • Added JournalMode, LockingMode and Synchronous options to Connection component.
  • Significantly improved performance of default values for new options.