SQLite Forum

Password-protected databases no longer work with 1.113, no rollback possible
Login
DRH and the SQLite developer team decided in February to remove the undocumented and officially unsupported `SQLITE_HAS_CODEC` feature (see [DRH's response](https://www.sqlite.org/forum/forumpost/775a68525e) to a similar question a few days ago). SQLite version 3.32.x was the first released version affected by this change.

System.Data.SQLite 1.0.113.1 is based on SQLite version 3.32.1, and is therefore also affected.

Taking into account that the `SQLITE_HAS_CODEC` feature was around in the SQLite code base for about 15 years or so, it was a bit unfortunate that its removal was not even mentioned in the release notes. However, for undocumented features one has to live with such decisions, unfortunately.