Opened 14 years ago

Closed 14 years ago

#3617 closed defect (fixed)

SQLite: CopyLayer() when src layer is a SQL result layer

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.8.0
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

Reported in http://lists.osgeo.org/pipermail/gdal-dev/2010-June/024809.html.

The failure is due to the fact that the sqlite DB is modified (creation of the new table) but the SQL statement to read the source layer wasn't reset. The solution is to mimic the behaviour of the table layer code that happens to work.

Change History (1)

comment:1 by Even Rouault, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r19800). Test added in r19801

Note: See TracTickets for help on using tickets.