pgdbf icon indicating copy to clipboard operation
pgdbf copied to clipboard

numeric field overflow

Open stanom opened this issue 5 years ago • 0 comments

In original input.dbf table exists value "8401000000". After pgdbf converting process was this value changed to value "8.401E+10" (in output.sql file).

The structure of attribute field "ico" was converted (by pgdbf): from input.dbf: Name=ICO, Type=N, Len=10, Decimal=0 to output.sql: ico NUMERIC(10)

stanom avatar Feb 20 '19 13:02 stanom