google-code-export / sqlite-manager

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

Problem in visualising long integer #849

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Integer column with long integer value such as "481871928798359553"
2. The value in the "Browse & Search" tab is wrongly visualised as 
"481871928798359550"
3. If I copy the value of the INT column into a CHAR column with 

   UPDATE table SET char.column = int.column;

the value correctly visualise as 481871928798359553

What is the actual output?
"481871928798359553"

What is the expected output?
"481871928798359550"

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.8.1
Application = 30.0
OS = OSX 10.9.4

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.

Original issue reported on code.google.com by bailo.fr...@gmail.com on 11 Jul 2014 at 1:24