System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: fca83b2567c94c92139707c4b296103de39579d5
Ticket: 9c330a3e036d0760c1a437d5b7c318a0df9beab7
Password-protected databases no longer work with 1.113, no rollback possible
User & Date: mistachkin 2020-06-03 15:34:42
Changes

  1. icomment:
    Since your application uses the legacy CryptoAPI codec, it should continue
    to use the 1.0.112.2 NuGet packages.
    
    These packages can be obtained using the "NuGet Package Restore" feature.
    The exact steps needed to do this using the command line NuGet client are:
    
    1. Manually edit your C# project file(s), e.g. "YourApp.csproj",
       replacing all instances of System.Data.SQLite "1.0.113.*" version
       numbers with "1.0.112.2". 
    
    2. Manually edit your NuGet "packages.config" file(s), replacing all
       instances of System.Data.SQLite "1.0.113.*" version numbers with
       "1.0.112.2". 
    
    3. From a Command Prompt Window, execute the following NuGet client
       command:
    
       NuGet.exe restore "YourApp.sln"
    
  2. login: "mistachkin"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Medium"
  5. resolution changed to: "Works_As_Designed"
  6. severity changed to: "Important"
  7. status changed to: "Closed"
  8. subsystem changed to: "Native_Assembly"