Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6345 closed defect (fixed)

[2.0 regression] ogr2ogr -append does not always work with multiple layers and mix of existing/non-existing layers

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

Description

When using ogr2ogr -append with a source dataset that has multiple layers, including some that do not exist in the target dataset, the source layers already existing located after the first one that does not exist are not appended and raised a erroneous 'Layer XXXXX already exists, and -append not specified' error.

Change History (2)

comment:1 by Even Rouault, 8 years ago

Milestone: 2.0.3
Resolution: fixed
Status: newclosed

trunk r33304, branches/2.0 r33305 "ogr2ogr: fix -append with a source dataset with a mix of existing and non existing layers in the target datasource (#6345)"

comment:2 by Even Rouault, 8 years ago

Summary: [2.0 regression] ogr2ogr -append does not always fork with multiple layers[2.0 regression] ogr2ogr -append does not always work with multiple layers and mix of existing/non-existing layers
Note: See TracTickets for help on using tickets.