System.Data.SQLite

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

Artifact ID: 10fed4c17f2f76702f0a66afa744413566d8f555
Ticket: 43d04ebaa4bb67d01df9075e3925854dd8f3577c
'System.Data.SQLite.SQLiteException: bad parameter or other API misuse' error when used in multithreaded environment
User & Date: mistachkin 2018-05-16 00:19:22
Changes

  1. icomment:
    Another thing that would be potentially quite useful would be to capture the
    detailed log messages, using something like:
    
    System.Diagnostics.Trace.Listeners.Add(
        new System.Diagnostics.TextWriterTraceListener(
            "C:\\full\\path\\to\\some\\file.log"));
    
  2. login: "mistachkin"
  3. mimetype: "text/x-fossil-plain"