Ticket #4502 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

ogr2ogr -select , shapefile output, case sensitivity

Reported by: rouault Owned by: 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

Changed 16 months ago by rouault

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.