google-code-export / sqlite-manager

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

Wrong display of integer values #878

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a table containing an integer field
2. insert value 72057598332899562 (0x01000001000010EA)
3. browse the table

What is the actual output?
72057598332899570

What is the expected output?
72057598332899562

What version of the product are you using? On what target Application (e.g.
Firefox 4.0.1, etc.)? On what operating system?
Extension Version = 0.81
Application = Firefox 35
OS = Windows 7 64-Bit

Please provide any additional information below. In some cases
errors/warnings may be logged in the Error Console (in Firefox) which is
available under the Tools menu or using Ctrl+Shift+J. If you find any
related to this extension, please report that too.

I had this problem myself when using floating point doubles for those values. A 
double is not able to represent these values without loss of precision.

Original issue reported on code.google.com by nev...@nevigo.com on 23 Jan 2015 at 3:07