System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Overview

Artifact ID: 3c0fc2e2e354dcfc0cc6ca45ae2d444d39d8cd59
Ticket: 448d663d1161ffcd62f3af59c4d0d0460b80bca2
Add missing journal modes to connection string
User & Date: mistachkin 2011-07-07 04:36:15
Changes

  1. comment changed to:
    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].
    
  2. subsystem changed to: "Connection"