Changes between Initial Version and Version 1 of Ticket #937


Ignore:
Timestamp:
Dec 20, 2017, 6:19:25 AM (6 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #937 – Description

    initial v1  
    22
    33 * 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
    45 * 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.