Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jun 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant