System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2011-07-14
12:37 Closed ticket [e6d0ed896b]: Add WAL journal mode plus 4 other changes artifact: 8bb16172df user: mistachkin
2011-07-07
04:37 Ticket [08f3d3daf2] Version of SQLite in ADO.NET adapter does not work with WAL status still Closed with 2 other changes artifact: dab71cdeef user: mistachkin
04:36 Ticket [448d663d11] Add missing journal modes to connection string status still Closed with 2 other changes artifact: 3c0fc2e2e3 user: mistachkin
2011-07-05
06:27 Closed ticket [448d663d11]. artifact: 932fe19654 user: mistachkin
06:07
Fix for [448d663d11], with tests. Also fixes [2a0c90d7b0]. See also [08f3d3daf2]. check-in: 50b4844f0c user: mistachkin tags: trunk
04:40
Add tests for ticket [448d663d11]. Further refinements to unit testing infrastructure. check-in: 11f11f0c83 user: mistachkin tags: trunk
02:20 Ticket [08f3d3daf2] Version of SQLite in ADO.NET adapter does not work with WAL status still Open with 3 other changes artifact: c41652bb8a user: mistachkin
2011-02-17
09:06 Ticket [448d663d11] Add missing journal modes to connection string status still Open with 3 other changes artifact: cbdf53f15f user: mistachkin
2011-02-11
18:05 New ticket [448d663d11]. artifact: 857efcf72c user: anonymous

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.


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].