SQLite Data Access Components (LiteDAC) Releases

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.

Released: Feb 19, 2024

Updates in 6.1.0

Features

  • Added support for Lazarus 3.0.
  • Added RealAsDouble option to Connection component.

Fixes

  • Fixed bug with detecting foreign key columns in the MetaData component.

Released: Nov 15, 2023

Updates in 6.0.0

Features

  • Direct mode is now based on version 3.42.0 of the SQLite engine.
  • 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.
  • Added support for nested macros in SQL queries.
  • Added Display Format for Aggregate fields.
  • Added support for SHA-2 (SHA-256, SHA-512) in hash encryption algorithms.

Fixes

  • Fixed bug with incorrect execution of an SQL statement that contains a comment at the end.
  • Fixed bug...

Released: Mar 17, 2023

Updates in 5.3.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for GUID fields stored in binary format.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to...

Released: Sep 12, 2022

Updates in 5.2.0

Features

  • Direct mode is now based on version 3.39.2 of the SQLite engine.
  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.
  • Query and Table components add 'CloneCursor' method which allows you to share data between datasets.
  • Improved performance when exporting to XML.

Fixes

  • Fixed bug with mapping table columns of non-standard types to fields of the ftMemo type.
  • Fixed bug with mapping...