SQLite Data Access Components (LiteDAC) 7.0.0
Released: Sep 17, 2025
Updates in 7.0.0
Funktionen
- 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.
Fehlerkorrekturen
- 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 TPoolingOptions.MinPoolSize was set to a value greater than 0.
- Resolved an issue where getting the record count failed if the query contained an ORDER BY clause.
- Resolved an issue with C++Builder compilation.
- Resolved an issue that caused a memory leak in the GetIPInterfaces procedure.