[Fdo-trac] [fdo-trac] #953: OGR Provider: Support schema name other than "OGRSchema"

FDO trac_fdo at osgeo.org
Wed May 2 10:07:17 PDT 2018


#953: OGR Provider: Support schema name other than "OGRSchema"
--------------------------+----------------------
 Reporter:  jng           |        Owner:  jng
     Type:  enhancement   |       Status:  closed
 Priority:  major         |    Milestone:
Component:  OGR Provider  |      Version:  4.1.0
 Severity:  3             |   Resolution:  fixed
 Keywords:                |  External ID:
--------------------------+----------------------
Changes (by jng):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"7656" 7656]:
 {{{
 #!CommitTicketReference repository="" revision="7656"
 Add support for a new optional DefaultSchemaName property, which if
 specified will be used as the default schema name instead of "OGRSchema"

 The primary motivation for this feature is to allow for OGR connections to
 SHP files to present the same schema/class structure and naming as SHP
 connections through its dedicated provider (the only real difference is in
 the schema name, which OGR had hard-coded as "OGRSchema" until now), which
 can then facilitate downstream tooling support in MapGuide to easily
 "swap" a SHP Feature Source to an equivalent OGR Feature Source and vice-
 versa. This can also apply for other data formats that are supported in
 both OGR and its dedicated FDO provider

 A new unit test is included to exercise this new connection property

 Fixes #953
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/fdo/ticket/953#comment:1>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list