Opened 11 years ago

Last modified 11 years ago

#4966 closed enhancement

OCI <=> NAS interoperability patch — at Version 2

Reported by: jef Owned by: ilucena
Priority: normal Milestone:
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords:
Cc:

Description (last modified by jef)

Please consider to merge https://github.com/OSGeo/gdal/pull/9

It fixes following issues raised when trying to import NAS data to Oracle:

  • pre-existing tables with laundered names are not recognized (NAS contains some tables with names longer than 30 characters)
  • the fid counting is not continued when data is appended (NAS data sets are split into multiple files)
  • identifiers are not quoted, so some identifiers cause problems (eg. the NAS driver uses a table called "delete", which is a token that needs to be quoted).

Change History (2)

comment:1 by jef, 11 years ago

See also pull request #7 which was applied without the OCI part.

comment:2 by jef, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.