Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6679 closed defect (fixed)

Backport GPKG trunk changes

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

Description

This ticket tracks backport of GPKG trunk changes, which are mostly :

  • list (non spatial) layers not registered in gpkg_contents
  • robustified layer deletion and renaming
  • implementation of DeleteField, AlterFieldDefn and ReorderFields
  • GetExtent() to save computed extent in gpkg_contents if empty
  • add 'RECOMPUTE EXTENT ON' special SQL
  • update last modified date on tiles update

Change History (4)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 35697:

Backport GPKG trunk changes (fixes #6679)

  • list (non spatial) layers not registered in gpkg_contents
  • robustified layer deletion and renaming
  • implementation of DeleteField?, AlterFieldDefn? and ReorderFields?
  • GetExtent() to save computed extent in gpkg_contents if empty
  • add 'RECOMPUTE EXTENT ON' special SQL
  • update last modified date on tiles update

comment:2 by Even Rouault, 8 years ago

In 35704:

GPKG: check identifier unicity on layer creation (refs #6679)

comment:3 by Even Rouault, 8 years ago

In 35706:

GPKG: add possibility to disable foreign key check by setting OGR_GPKG_FOREIGN_KEY_CHECK=NO config option (refs #6679)

comment:4 by Even Rouault, 8 years ago

In 35719:

GPKG: add HasSpatialIndex(tblname,geomcolname) SQL function (refs #6679)

Note: See TracTickets for help on using tickets.