System.Data.SQLite

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

Artifact ID: 5d082fcde3351e48635729d643f275e1bef15e86
Ticket: 4ea5bb8e70680800542ed985ff11c56a96af738a
SqliteConnection GetAll<T> throws invalid cast on non-null REAL
User & Date: anonymous 2019-07-09 13:39:50
Changes

  1. foundin changed to: "2.2.4"
  2. icomment:
    When reading a table with SQliteConnection's GetAll<T>, if the first entry in a table has a null value for a REAL column, the next entry where the value for that column in not null throws an invalid cast exception. 
    
    REAL values are cast to Double? in our entry type.
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "157890a195fd148673ba57926cd4b6528419c902"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    SqliteConnection GetAll<T> throws invalid cast on non-null REAL
    
  9. type changed to: "Code_Defect"