System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 50f1d4c60e461d38c62829aa74069e9bd6ccb30f
Title: SQLiteConnection & SQLiteConnectionStringBuilder missing SQLITE_OPEN_NOMUTEX
Status: Closed Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: Integration_Via_PInvoke Resolution: Rejected
Last Modified: 2015-09-25 15:24:11
Version Found In: 1.0.98.1
User Comments:
anonymous added on 2015-09-24 20:20:31: (text/x-fossil-plain)
There seems to be no way to specify SQLITE_OPEN_NOMUTEX flag when creating a new instance of SQLiteConnection type.

mistachkin added on 2015-09-25 15:24:11: (text/x-fossil-plain)
Mutexes are required for thread-safety, which is very important considering how
the CLR GC works.