SQLite Forum

Password-protected databases no longer work with 1.113, no rollback possible
Login
Ugh. I'm currently shipping a consumer solution based on the Password facility that was built into SQLite until the February build. I'm not sure I entirely follow the implications here, but it does sound like implementing any sort of compatible scheme with existing customer databases is likely going to be quite the project if this feature is removed.

Any chance of restoring the Nuget System.Data.SQLite 1.0.112 package on nuget.org to make rolling back/installing compatible versions with the Password facility possible? (As is, there's a fair amount of surgery/tricky manual version component installs required to spin up a System.Data.Sqlite-based Visual Studio solution targeting databases which use the legacy Password encoding.). It would definitely be a big help if there were a way to checkpoint our projects back to the last supported version.