System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2011-07-07
04:35 Ticket [2c630bffa7] type conversion status still Closed with 2 other changes artifact: a64876c415 user: mistachkin
2011-07-05
07:49 Closed ticket [2c630bffa7]. artifact: 80027e38ec user: mistachkin
07:47
Fix for [2c630bffa7] and [b0a5990f48]. check-in: eb6a22a1a9 user: mistachkin tags: trunk
07:20 Ticket [2c630bffa7] type conversion status still Open with 1 other change artifact: 6478fd0421 user: mistachkin
2011-07-04
10:47
Add test for ticket [2c630bffa7] and some unit-testing infrastructure. check-in: 2a2aa7392c user: mistachkin tags: trunk
2011-04-04
19:49 Ticket [2c630bffa7] type conversion status still Open with 3 other changes artifact: 5276874274 user: anonymous
2011-03-31
09:44 New ticket [2c630bffa7]. artifact: f93d7c7ea4 user: anonymous

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.

anonymous added on 2011-04-04 19:49:50 UTC:
Is anything at all going on with this project?


mistachkin added on 2011-07-05 07:49:50 UTC:
Fixed by [eb6a22a1a9]. For tests, see [2a2aa7392c].