[fdo-trac] #699: RDBMS: Fixes for classes with inherited
associations and constraints
FDO
trac_fdo at osgeo.org
Fri Sep 24 14:42:40 EDT 2010
#699: RDBMS: Fixes for classes with inherited associations and constraints
--------------------------------+-------------------------------------------
Reporter: brentrobinson | Owner: brentrobinson
Type: defect | Status: new
Priority: minor | Milestone: 3.6.0
Component: GenericRdbms API | Version:
Severity: 3 | Keywords: Association Property List Constraint inherited base class
External_id: |
--------------------------------+-------------------------------------------
The following fails for MySQL, PostgreSQL and SQLServerSpatial providers:
* Create a class definition (A)
* Add an identity property
* Create a class definition (B).
* Add an identity property
* Add an assocation property with class A as the associated class
* Apply the schema
* Create a class definition (C) with class B as base class
* Apply the schema. This will fail with an error indicating that Classes
B and A are already associated.
The following fails for the PostgreSQL provider:
* Create a class definition (A)
* Add an identity property
* Add a data property with a list constraint
* Apply the schema
* Create a class definition (B) with class A as base class
* Apply the schema.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/699>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list