[fdo][FDO301][New] Updated value constraints are removed from the datastore

Brent Robinson brent.robinson at autodesk.com
Thu Nov 23 13:38:49 EST 2006


You can view the artifact detail at the following URL:

    https://fdo.osgeo.org/servlets/Scarab/id/FDO301

Type
 Defect

Artifact ID
 FDO301 (Updated value constraints are removed from the datastore)

Reported by
 Brent Robinson
 brentrobinson (brent.robinson at autodesk.com)

New artifact details:
---------------------------------------------------------

- Artifact Status set to new value
  New
- Priority set to new value
  P2
- Artifact created
- Summary set to new value
  Updated value constraints are removed from the datastore
- Subcomponent set to new value
  SCHEMA
- Version set to new value
  V2
- Platform set to new value
  All
- Target milestone set to new value
  3.2.1
- Component set to new value
  RDBMS
- Operating system set to new value
  All
- Description set to new value
  When a value constraint is modified and then applied back to the original datastore, the constraint is deleted from the datastore.
- Steps to Reproduce set to new value
  Create a feature class with a FdoDataProperty that has a value type constraint (range or list)
Apply the schema
get the FdoClassDefinition and the FdoDataProperty definition of the property with the constraint and modify the Range or List (change the min or max) or (add or remove a value to the list)
Apply the schema

perform another describe schema to read the constraint definition.  

EXPECTED RESULT: the constraint should still be on the FdoDataProperty with the modified values

RESULT: no exception is raised so it is assumed that the modification worked.  but he cosntraint has actually been deleted and no constraint exists on the FdoDataProperty.

---------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Fdo_issues mailing list