Changes between Initial Version and Version 1 of Ticket #4448


Ignore:
Timestamp:
Jan 16, 2012, 7:28:34 PM (12 years ago)
Author:
ryanl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4448 – Description

    initial v1  
    11When creating a shapefile the default width of a String field is 80 instead of the max 255.
    22Both the FileGDB and Mitab drivers have the default set to the maximum size of the field (2147483647 and 254 respectively)
    3 The impact of this is if there is a field with a string length of 0 it will be incorrectly truncated to 80.
     3The impact of this is if there is a field with a string length undefined will be incorrectly truncated to 80 chars.