[Fdo-trac] [fdo-trac] #937: OGR Provider: Better support for VRT data sources
FDO
trac_fdo at osgeo.org
Wed Dec 20 05:34:16 PST 2017
#937: OGR Provider: Better support for VRT data sources
----------------------------+----------------------
Reporter: jng | Owner: jng
Type: defect | Status: assigned
Priority: major | Milestone:
Component: OGR Provider | Version:
Severity: 3 | Keywords:
External ID: |
----------------------------+----------------------
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 the
`OGRLayer` -> `FdoClassDefinition` conversion process
* 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.
--
Ticket URL: <https://trac.osgeo.org/fdo/ticket/937>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list