Changes between Initial Version and Version 1 of Ticket #937
- Timestamp:
- 12/20/17 06:19:25 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #937 – Description
initial v1 2 2 3 3 * 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 4 * As a general theme: There are many cases in the OGR provider where we are failing to check `CPLGetLastErrorMsg()` after an API call 4 5 * 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.