System.Data.SQLite

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

Artifact ID: d5a397f6141848a80a0d6c2dbf03d619a978b686
Ticket: f10b131f8fd0f49c97390297be77ce92ae7919a1
Attempted to read or write protected memory
User & Date: mistachkin 2019-02-08 02:19:01
Changes

  1. icomment:
    Changing the default threading mode for the SQLite core library is not recommended
    when using System.Data.SQLite.  For example, there can be some difficulties when
    using things like the connection pool.
    
    Is it possible that one than one thread is trying to make use of a connection
    -OR- another object type associated with a connection (e.g. SQLiteCommand,
    SQLiteDataReader, SQLiteTransaction, etc)?
    
  2. login: "mistachkin"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Medium"
  5. resolution changed to: "Need_More_Info"
  6. status changed to: "Closed"
  7. subsystem changed to: "Native_Assembly"
  8. type changed to: "Incident"