System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
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
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.

<hr /><i>mistachkin added on 2011-02-17 09:06:13 UTC:</i><br />
Related to issue [2a0c90d7b0].


<hr /><i>mistachkin added on 2011-07-05 06:27:25 UTC:</i><br />
Fixed by [50b4844f0c].