Opened 12 years ago

Closed 12 years ago

#4502 closed defect (fixed)

ogr2ogr -select , shapefile output, case sensitivity

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.9.1
Component: Utilities Version: unspecified
Severity: normal Keywords: ogr2ogr select
Cc:

Description

For a shapefile output, ogr2ogr with -select doesn't work properly if the field names specified in -select don't match exactly the case of the field names of the source layers. This is due to case sensitive testing done in the portion of code that tries to make use of OLCIgnoreFields capability. This is not the wished behaviour.

Change History (1)

comment:1 by Even Rouault, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r23933) and branches/1.9 (r23934)

Note: See TracTickets for help on using tickets.