- 首页 /
- 组件 /
- ... /
- 数据层 /
- 数据库连接 /
- SQLite Data Access Components (LiteDAC)
SQLite Data Access Components (LiteDAC) 7.0.0
Released: Sep 17, 2025
7.0.0 中的更新
特性
- 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.
修补程序
- 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.