Opened 14 years ago

Closed 8 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)

nas_error_strschl.xml (1.5 KB ) - added by 19216801 14 years ago.

Download all attachments as: .zip

Change History (6)

by 19216801, 14 years ago

Attachment: nas_error_strschl.xml added

comment:1 by Even Rouault, 14 years ago

Milestone: 1.8.0
Resolution: fixed
Status: newclosed

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)

comment:2 by warmerdam, 14 years ago

Component: defaultOGR_SF
Keywords: NAS added
Resolution: fixed
Status: closedreopened

I'd like to consider this in light of the 64bit integer rfc for OGR.

comment:3 by Even Rouault, 9 years ago

Milestone: 1.8.1

Removing obsolete milestone

comment:4 by Jukka Rahkonen, 8 years ago

I guess that this is mature enough for closing.

comment:5 by Jukka Rahkonen, 8 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.