System.Data.SQLite

View Ticket
Login
Ticket Hash: 448d663d1161ffcd62f3af59c4d0d0460b80bca2
Title: Add missing journal modes to connection string
Status: Closed Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Connection Resolution: Fixed
Last Modified: 2011-07-07 04:36:15
13.79 years ago
Created: 2011-02-11 18:05:10
14.19 years ago
Version Found In:
Description:
The current connection string only accepts journal modes OFF, DELETE, and PERSIST.

The connection opening code in theory accepts "default", but the connection string builder will not allow you to put that in.


mistachkin added on 2011-02-17 09:06:13 UTC:
Related to issue [2a0c90d7b0].


mistachkin added on 2011-07-05 06:27:25 UTC:
Fixed by [50b4844f0c].