System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: dd06d70ca91adcee692f73a730f65a44566c7a9d
Title: ParameterMarkerFormat should be :{0} instead of {0}
Status: Closed Type: Feature_Request
Severity: Minor Priority: Medium
Subsystem: Connection Resolution: Under_Review
Last Modified: 2018-06-29 12:02:12
Version Found In: 1.0.108.0
User Comments:
anonymous added on 2018-06-19 15:41:41:
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

mistachkin added on 2018-06-20 12:38:48:
The documentation on this property is unclear.  I'm not sure how this is intended
to be used.

Also, any changes to this would risk breaking backward compatibility.