You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 27 Jul 2012 at 4:29
Original issue reported on code.google.com by
[email protected]
on 27 Jul 2012 at 4:29Attachments:
The text was updated successfully, but these errors were encountered: