Opened 12 years ago

Last modified 9 years ago

#4567 closed enhancement

Ingre Ogr Enhancement — at Initial Version

Reported by: zhenchen17 Owned by: warmerdam@…
Priority: normal Milestone:
Component: OGR_SF Version: unspecified
Severity: normal Keywords: ingres
Cc: Tyler.Mitchell@…

Description

This patch enhances Ingres Ogr drivers as follows:

  1. Add two key words to the connection string that are used in database authorization. effuser is for the real user in database dbpwd is for the password of the effuser

It fits the situation that OS authorization user is not the same name with database user name. Ingres requires double authorization check.

  1. Enhance EPSG srid search in database. The previous method is to match the text string representation of a EPSG srid. It is not accuate if there is minor different. Now before a text matching search, a query is execute directly to get the srs_id and confirm: SELECT srid FROM spatial_ref_sys WHERE auth_name = 'EPSG' and auth_srid= %s
  1. Using system maintained sequence for each fid field in each table instead of the global defined sequence:

notice: this feature is supported since Ingres 9.3

Change History (2)

by zhenchen17, 12 years ago

patch file

by zhenchen17, 12 years ago

Attachment: INGRES.htm added
Note: See TracTickets for help on using tickets.