Opened 7 years ago
Closed 7 years ago
#937 closed defect (fixed)
OGR Provider: Better support for VRT data sources
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | OGR Provider | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description (last modified by )
The current OGR provider has some issues around VRT data sources:
- Invalid VRTs do not bubble up as FDO exceptions because we're not checking
CPLGetLastErrorMsg()
for any logged errors during theOGRLayer
->FdoClassDefinition
conversion process- As a general theme: There are many cases in the OGR provider where we are failing to check
CPLGetLastErrorMsg()
after an API call
- As a general theme: There are many cases in the OGR provider where we are failing to check
- SQL layers that involve table aliases produces property names of the form
{table_name}.{column_name}
. This is illegal in FDO as dots are forbidden in property names.
Change History (2)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.