Ticket #1864 (closed defect: invalid)
OGRLayer::TestCapability not reporting capabilities correctly in mysql driver
| Reported by: | frdcn | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | 1.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
For mysql OGRLayer::TestCapability? method only reports:
Random Read, Fast Spatial filter, Fast feature count
OGRLayer documentation says that "SequentialWrite?" is related to CreateFeature?() and "RandomWrite?" is related with SetFeature?()
I have tested and both CreateFeature?() and SetFeature?() work correctly though not reported by TestCapability?().
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

