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 9.80 years ago |
Created: |
2015-09-24 20:20:31 9.80 years ago |
Version Found In: | 1.0.98.1 |
User Comments: | ||||
anonymous added on 2015-09-24 20:20:31:
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: Mutexes are required for thread-safety, which is very important considering how the CLR GC works. |