Ticket #4079 (closed defect: fixed)
OCI: layer extents not updated in metadata when SyncToDisk() called.
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OGR_SF | Version: | unspecified |
| Severity: | normal | Keywords: | oci |
| Cc: | andersmoe, msmitherdc |
Description
When saving a new layer it seems as if it is not comitted as expected. To reproduce :
OGRLayer* layer = datasource->ExecuteSQL("SELECT * FROM mylayer");
datasource->CopyLayer (layer, "newlayer", ....)
datasource->SyncToDisc();
If I now list SDO_GEOM_METADATA I dont see the laye listed until I close the DataSource?. Is there any way to have this comitted ?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

