System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 2c630bffa79b99dca2cd79fe57f21262c0c03916
Title: type conversion
Status: Closed Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Db_Type_Conversion Resolution: Fixed
Last Modified: 2011-07-07 04:35:40
Version Found In: 1.0.66
Description:
In native SQLite we have the datatype 'real' which defaults to double. In SQLiteConvert.cs however this type is converted into DbType.Single. If this is not a breaking change, I would plead in favour for making this DbType.Double.

<hr /><i>anonymous added on 2011-04-04 19:49:50 UTC:</i><br />
Is anything at all going on with this project?

<hr /><i>mistachkin added on 2011-07-05 07:49:50 UTC:</i><br />
Fixed by [eb6a22a1a9].  For tests, see [2a2aa7392c].