Skip to content

numeric field overflow #34

@stanom

Description

@stanom

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions