Changes between Initial Version and Version 1 of Ticket #4497


Ignore:
Timestamp:
Feb 8, 2012, 12:00:03 PM (12 years ago)
Author:
gadomski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4497

    • Property Cc hobu ivan added
    • Property Component defaultOGR_SF
    • Property Version unspecifiedsvn-trunk
    • Property Keywords oci oracle added
    • Property Type defectenhancement
  • Ticket #4497 – Description

    initial v1  
    1 When loading spatial data into oracle with ogr2ogr, no spatial index gets created for a new spatial table. The attached patch adds a new function, OGROCITableLayer ::CreateSpatialIndex, and calls the function during OGROCITableLayer::SyncToDisk.
     1When loading spatial data into oracle with ogr2ogr, no spatial index gets created for a new spatial table. The attached patch adds a new function, `OGROCITableLayer ::CreateSpatialIndex`, and calls the function during `OGROCITableLayer::SyncToDisk`.
    22
    3 It seems like the spatial index was lost when OGROCITableLayer::FinalizeNewLayer changeset22346/:trunk/gdal/ogr/ogrsf_frmts/oci/ogrocitablelayer.cpp
     3It seems like the spatial index was lost when the call to `OGROCITableLayer::FinalizeNewLayer`  was removed in changeset:22346/trunk/gdal/ogr/ogrsf_frmts/oci/ogrocitablelayer.cpp.