Changes between Initial Version and Version 1 of Ticket #5816


Ignore:
Timestamp:
Jan 19, 2015, 5:33:54 AM (9 years ago)
Author:
Even Rouault
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5816

    • Property Owner changed from warmerdam to Even Rouault
    • Property Milestone2.0
    • Property Summary Create consistent Layer creation options for geometry column nameCreate consistent Layer creation options for geometry column name and FID
  • Ticket #5816 – Description

    initial v1  
    1010||GPKG||GEOMETRY_COLUMN||
    1111||FileGDB||GEOMETRY_NAME||
    12  
     12||MySQL||GEOMETRY_NAME||
     13||SQLite|| - none - (GEOMETRY / WKT_GEOMETRY hardcoded)||
     14||OCI||GEOMETRY_NAME||
     15
     16==> Use GEOMETRY_NAME
     17
     18Similar situation with FID column name:
     19
     20||'''Driver'''||'''Layer creation option'''||
     21||MSSQLSpatial|| -none - (ogr_fid hardcoded)||
     22||PostgreSQL||FID||
     23||GPKG||FID||
     24||FileGDB||OID_NAME||
     25||MySQL||MYSQL_FID||
     26||SQLite|| - none - (OGC_FID hardcoded) -->TODO||
     27||OCI|| - none, but use OCI_FID configuration option that default to OGR_FID||
     28
     29==> Use FID