Opened 12 years ago
Closed 7 years ago
#3866 closed defect (fixed)
Error reading long numbers as integer
Reported by: | 19216801 | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | NAS |
Cc: |
Description
The NAS driver reading long numbers (13 digits) as integer. I have tested some workarounds. Changing the attribut definition in gfs file is successful, when destination driver is PGdump or Postgresql (create mode). With Postgresql driver as destination ogr2ogr convert the 13 digits number always to integer in append mode and ignoring table definition.
I tested with gdal SVN21189
Attachments (1)
Change History (6)
by , 12 years ago
Attachment: | nas_error_strschl.xml added |
---|
comment:1 by , 12 years ago
Milestone: | → 1.8.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 12 years ago
Component: | default → OGR_SF |
---|---|
Keywords: | NAS added |
Resolution: | fixed |
Status: | closed → reopened |
I'd like to consider this in light of the 64bit integer rfc for OGR.
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
r21202 /trunk/gdal/ogr/ogrsf_frmts/gml/gmlpropertydefn.cpp: GML: fix datatype detection to fallback to Real when an integer cannot fit into a 32bit int (#3866)