kiuliani / geoda

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

Table: warn about truncated values before when saving #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
from Oct 13, 2011

Because of the limitation of the DBF fixed-precision decimal format, it very 
easy to generate values in field calculations that will be truncated when 
saving the DBF back to disk.  We should have a way to detect this and to warn 
the user.  We could also give the option to slightly modify the field 
properties for the problematic field to prevent the truncation when possible.

Original issue reported on code.google.com by mmcc...@gmail.com on 5 Mar 2013 at 6:10