Overview

The cm_sqlite.dll dynamic link library has been updated to a more recent version. SQLite Version is now 3.42.0 (2023-05-16), previous version was 3.8.9 (2015-04-08).

With the new version of SQLite we also enabled the SQLite FTS5 extension. For more info see: sqlite.org/fts5.html

Compile Time Changes

With the FTS5 extension it's now possible to create an FTS5 virtual table that will provide full-text search functionality to the database. No changes are needed unless you want to use this new functionality. For more info see: sqlite.org/fts5.html