Changes between Version 1 and Version 2 of Ticket #5816


Ignore:
Timestamp:
Jan 19, 2015, 10:09:28 AM (9 years ago)
Author:
jpalmer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5816

    • Property Summary Create consistent Layer creation options for geometry column name and FIDCreate consistent Layer creation options for geometry column name, spatial index and FID
  • Ticket #5816 – Description

    v1 v2  
    2828
    2929==> Use FID
     30
     31And a few minor issues with spatial index with the OCI driver using INDEX and the documentation being inconsistent across the drivers:
     32
     33||'''Driver'''||'''Layer creation option'''||Documented||
     34||MSSQLSpatial||SPATIAL_INDEX||Not documented||
     35||PostgreSQL||SPATIAL_INDEX||OFF/ON||
     36||GPKG||SPATIAL_INDEX||YES, NO||
     37||MySQL||SPATIAL_INDEX||YES, NO||
     38||SQLite||SPATIAL_INDEX||yes/no||
     39||OCI||INDEX||OFF||
     40