hoangduit / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Incorrect reading of negative REAL value when another BLOB field is not NULL #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the attached 7zip file, I included a console app and two databases to 
demonstrate the issue. Basically, each db as 1 table with 1 row containing a 
few REAL fields and a BLOB field. If the BLOB field is NULL, the REAL field 
with a negative value will be read correctly. If the BLOB field is not NULL, 
the REAL field with a negative value will be read as 64302?  All the REAL 
fields with positive values read correctly in all cases.  This issue showed up 
after I switched from System.Data.SQLite.dll to your library. Third party 
editors (SQLite Admin) show the correct values of all REAL fields.

Win7 x64, VS 2010

Original issue reported on code.google.com by grgrgrkn...@gmail.com on 27 Jul 2012 at 4:29

Attachments: