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

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

Open
GoogleCodeExporter opened this issue Mar 2, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 30 Jun 2015 at 7:27

@GoogleCodeExporter
Copy link
Author

this bug has been fixed. It is caused by invalid conversion from string to 
large integer number.

Original comment by [email protected] on 30 Jun 2015 at 8:47

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

this fix has been applied in versions >= 1.7.24

Original comment by [email protected] on 30 Jun 2015 at 9:17

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