SQLite Data Access Components (LiteDAC) Versionen

Erfahren Sie, was sich in den einzelnen Releases geändert hat – mit Details zu Funktionen, Verbesserungen und behobenen Problemen.

Jan
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
SQLite Data Access Components (LiteDAC) 8.0.115. Juni 2026
Korrekturen
  • Fixed an error that occurred when compiling the LiteStaticCall unit.
SQLite Data Access Components (LiteDAC) 8.0.0Hauptversion27. März 2026
Funktionen
  • 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 property in the Connection component to prevent it from being stored in memory as plain text.
  • Added the GetWhere method to the TCustomDADataSet component.
  • Added the DeleteOrderBy method to the TCustomDADataSet component.
  • Added the RangeFieldCount property to TCustomDADataSet to specify the number of indexed fields used for range setting.
  • Added the AutoClose option to TCustomDADataSet to control automatic closing of a dataset when its associated ClientDataSet is closed.
Korrekturen
  • Fixed an issue that caused the "Incorrect parameter" exception when executing a query with parameters.
  • Fixed an issue that caused incorrect record sorting in a dataset when both ORDER BY and IndexFieldNames are used.
  • Fixed an issue with the ConnectString property in the Connection component when its value contained a sequence of SQL comment characters.