System.Data.SQLite

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

Artifact ID: 1f7bdaa5d9c621b12fc2b6d0aab17c0802f567e4
Ticket: e36e05e2992afa41e41fc3b989be9281288294a0
SqliteDataReader getOrdinal does not conform System.Data.Common.DbDataReader
User & Date: anonymous 2018-12-21 10:29:22
Changes

  1. foundin changed to: "1.0.109.2"
  2. icomment:
    Hi,
    
    We encountered an issue with the method GetOrdinal on the SQLiteDataReader class. We expected an Exception when calling this method with a not existing column, but instead we got -1 as ordinal position.
    
    According to the API description of System.Data.Common.DbDataReader this call should return an IndexOutOfRangeException instead of -1:
    https://docs.microsoft.com/en-us/dotnet/api/system.data.common.dbdatareader.getordinal?view=netframework-4.7.2#System_Data_Common_DbDataReader_GetOrdinal_System_String_
    
    Can you please verify and confirm. And is it possible that this can be fixed?
    
    Regards,
    
    Arjen van Efferen
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "89d33ccf67ddbabfc8dba1283f5faef1698eb858"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    SqliteDataReader getOrdinal does not conform System.Data.Common.DbDataReader
    
  9. type changed to: "Code_Defect"