[fdo][FDO351][Modified] GenericRdbms: ApplySchema alters pre-existing views.

Brent Robinson brent.robinson at autodesk.com
Tue Dec 19 12:14:43 EST 2006


You can view the artifact detail at the following URL:

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

Type:
Defect

Artifact ID:
FDO351 (GenericRdbms: ApplySchema alters pre-existing views.)

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

The following modifications were made to this artifact:
---------------------------------------------------------------------

-- Resolution Description set to new value:
Modified the Schema Manager to skip adding columns for properties that map to views created outside of FDO. Previously, adding these columns caused the view to be dropped and re-created. The Schema Manager cannot recreate the view properly since it doesn't keep track of the select that the view is based on, so the view was being lost.

With this artifact, properties corresponding to views can only latch onto existing columns; no new column will be created. This prevents the attempt to alter the view.

This artifact does not affect the gateway views that the Schema Manager creates for foreign tables. Columns can still be added or removed from these views. However, in this case, the Schema Manager knows how to properly re-create these views.
-- Defect Resolution set to new value:
Submitted
-- Submission Reviewed set to new value:
Yes
-- Target milestone set to new value:
3.2.1
-- Artifact Status changed:
Old value:
Assigned
New value:
Resolved



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








More information about the Fdo_issues mailing list