qsliu / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Table: bug with selected export after a variable type has been changed #184

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
here’s the use case: using Chicago blockgroups, I eliminated a duplicate 
block group and saved the new selection with export selected. Before this, I 
had converted (copied into a new variable) the “string” ID to an integer 
ID. When I open the saved file, the new (integer) ID variable is corrupted (all 
the values are negative, if that helps). This may have to do with the integer 
precision, since the integer values are very large (the negative signs made me 
think of that). After that, the program crashed.

Original issue reported on code.google.com by lixun...@gmail.com on 30 Jun 2015 at 7:27

GoogleCodeExporter commented 8 years ago
this bug has been fixed. It is caused by invalid conversion from string to 
large integer number.

Original comment by lixun...@gmail.com on 30 Jun 2015 at 8:47

GoogleCodeExporter commented 8 years ago
this fix has been applied in versions >= 1.7.24

Original comment by lixun...@gmail.com on 30 Jun 2015 at 9:17