Opened 11 years ago

Last modified 11 years ago

#4966 closed enhancement

OCI <=> NAS interoperability patch — at Version 3

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 pull request #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 (4)

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)

comment:3 by jef, 11 years ago

Description: modified (diff)

by jef, 11 years ago

Attachment: 0001-OCI-driver.patch added

pull request as patch

Note: See TracTickets for help on using tickets.