System.Data.SQLite

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

Artifact ID: 99ffe2a8f6a591f78bdd8632101206df222ddd8a
Ticket: dd06d70ca91adcee692f73a730f65a44566c7a9d
ParameterMarkerFormat should be :{0} instead of {0}
User & Date: anonymous 2018-06-19 15:41:41
Changes

  1. foundin changed to: "1.0.108.0"
  2. icomment:
    Given is a SQLiteConnection object con.
    
    the returned value of 
        con.GetSchema(System.Data.Common.DbMetaDataCollectionNames.DataSourceInformation).Rows.Item[0][System.Data.Common.DbMetaDataColumnNames.ParameterMarkerFormat]
    is: "{0}"
    expected was: ":{0}"
    The goal is to construct the parameter name DB-type independently with String.Format
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "6b4b3e840589ad28290ec6e74fcf2974f462d04f"
  6. severity changed to: "Minor"
  7. status changed to: "Open"
  8. title changed to:
    ParameterMarkerFormat should be :{0} instead of {0}
    
  9. type changed to: "Feature_Request"