[fdo-trac] #583: SQLServerSpatial: Prevent adding system columns to existing tables

FDO trac_fdo at osgeo.org
Wed Nov 11 08:26:45 EST 2009


#583: SQLServerSpatial: Prevent adding system columns to existing tables
-----------------------------+----------------------------------------------
   Reporter:  brentrobinson  |       Owner:  brentrobinson                               
       Type:  defect         |      Status:  new                                         
   Priority:  minor          |   Milestone:  3.5.0                                       
  Component:  FDO API        |     Version:  3.4.0                                       
   Severity:  3              |    Keywords:  SQLServerSpatial Apply Schema existing table
External_id:                 |  
-----------------------------+----------------------------------------------
 Steps to reproduce:

  * create a SQLServer 2008 datastore. Must be FDO-enabled.
  * using the attached sql script, create a table in the datastore.
  * using the attached FDO API code, load the attached XML file and apply
 its feature schema and schema mappings. The ApplySchema fails with the
 following errors:

 Schema Schema has errors; cannot apply it
 Cannot add column revisionnumber to table test23.Schema.Roads; this RDBMS
 does not support adding not-null columns
 Cannot add column classid to table test23.Schema.Roads; this RDBMS does
 not support adding not-null columns

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/583>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list