System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 019f57b14eda78a93807a3942b36a8bfb8b90102
Title: incorrect value conversion
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: Data_Reader Resolution: Need_More_Info
Last Modified: 2017-10-16 03:02:16
Version Found In: 1.0.105.2
User Comments:
anonymous added on 2017-06-21 13:09:56: (text/x-fossil-plain)
When reading double, integer or any other data using SQLiteDataReader all values end up wrong. IN the DB i find a value of 44083 which gets converted to 1331057912 for whatever reason. THIS RENDERS YOUR TOOLS OBSOLETE. Any reader that reads USELESS data is USELESS by result.

mistachkin added on 2017-06-23 03:32:19: (text/x-fossil-plain)
It is possible that the data type conversion subsystem is reading your schema and
using the wrong type casts.  Could you please provide the schema for the tables
involved and perhaps a short C# code sample which shows the problem?