System.Data.SQLite

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

Artifact ID: 3b58a21a6e6002b2c1c0a2986c80ed8e4aeea3eb
Ticket: 69cfdf79fa11f506602146b0fd192c9a546ad167
Pooling not working after upgrading to 1.0.109.x
User & Date: mistachkin 2018-11-13 23:27:40
Changes

  1. icomment:
    As it turns out, this is correct based on the current design.  At present, the
    flags used to open the database must be "Default" ("ReadWrite | Create") for
    the connection to be eligible for the connection pool.  Perhaps this restriction
    could be relaxed; however, in that case, I would imagine there would need to be
    more than one pool (i.e. one for each "compatible combination" of flags).
    
  2. login: "mistachkin"
  3. mimetype: "text/x-fossil-plain"
  4. resolution changed to: "Works_As_Designed"