System.Data.SQLite

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

Artifact ID: ad9da65ce31ce53b5dadbae9ab8bc21c99881255
Ticket: ee2c42b4678488f85030265105bf96db13721ff1
DateTime Format dropdown not working correctly when it creates the connection string
User & Date: mistachkin 2019-04-25 01:38:06
Changes

  1. icomment:
    I've carefully examined the code that produces the connection string based on
    the properties.  I'm unable to explain what is happening here; however, I think
    that perhaps the DisplayName property value for DateTimeFormat is being used at
    some point in SSMS.  The DisplayName property value does contain a space, but it
    should only be used for display purposes, not building of the actual connection
    string.
    
    There are several tests in the test suite that check various generated connection
    strings, including one based on setting all supported properties.
    
    Perhaps there are tools that use the DisplayName to construct the connection
    string?  In that case, it might be good to enhance System.Data.SQLite to be
    able to recognized those names as well as the base property names.
    
  2. login: "mistachkin"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Medium"
  5. resolution changed to: "Under_Review"
  6. status changed to: "Pending"
  7. subsystem changed to: "Connection"
  8. type changed to: "Incident"