Changes between Version 15 and Version 16 of MapGuideRfc53


Ignore:
Timestamp:
Aug 11, 2008, 2:27:14 PM (16 years ago)
Author:
stevedang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc53

    v15 v16  
    159159 * For providers that do not support the new FDO APIs, !MapGuide will fall back on using !DescribeSchema and walk through the results to retrieve the schema names, class names, and class definitions.
    160160 * The !MapGuide Feature Service cache framework will be modified to allow the schema information retrieved from the new APIs to be built up incrementally as required.
    161  * The old !DescribeSchema and !DescribeSchemaAsXml APIs will be deprecated in the future.
    162  
    163 == Test Plan ==
    164 
    165  * The old !DescribeSchema and !DescribeSchemaAsXml APIs should work as before.
     161 * The old !DescribeSchema and !DescribeSchemaAsXml APIs will be deprecated in the future:
    166162
    167163{{{
     
    172168        CREFSTRING schemaName);
    173169}}}
     170 
     171== Test Plan ==
    174172
     173 * The old !DescribeSchema and !DescribeSchemaAsXml APIs should work as before.
    175174 * Existing unit tests will be updated to utilize the new APIs and re-tested.
    176175