SQLite Forum

Password-protected databases no longer work with 1.113, no rollback possible
Login
Did a Nuget update to system.Data.Sqlite 1.0.113.1 today, and noticed that the ChangePassword method of ConnectionString is no longer supported (and that password-protected databases no longer open). Unfortunately, Nuget.org no longer offers a rollback to 1.0.112, so I had to do a source code rollback of my project to return to a functional build.

Is there a way to get ChangePassword support back? Why was it dropped?

Thanks,
-Pete