dbExpress Driver for SQLite 新版本发表
Released: Apr 6, 2026
5.4.1 中的更新
特性
- Added support for RAD Studio 13 Florence Release 1.
修补程序
- Fixed an issue that caused the "Incorrect parameter" exception when executing a query with parameters.
Released: Sep 22, 2025
5.4.0 中的更新
特性
- 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
5.3.0 中的更新
特性
- Added support for Embarcadero RAD Studio 12 Athens Release 3.
- Added support for the RAD Studio 64-bit IDE.
修补程序
- Fixed a bug with updating a record in the dataset that has key fields of the TEXT type.
Released: Oct 31, 2024
5.2.2 中的更新
特性
- Added support for Embarcadero RAD Studio 12 Athens Release 2.
Released: May 9, 2024
5.2.1 中的更新
特性
- 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
5.2.0 中的更新
特性
- 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.
修补程序
- 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
5.1.1 中的更新
特性
- Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
- Improved reading of BLOB fields.
Released: Sep 26, 2022
5.1.0 中的更新
特性
- 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
5.0.1 中的更新
特性
- 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
V4.3.1 中的更新
特性
- Added JournalMode, LockingMode and Synchronous options to Connection component.
- Significantly improved performance of default values for new options.