Changes between Version 15 and Version 16 of MapGuideRfc53
- Timestamp:
- 08/11/08 14:27:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc53
v15 v16 159 159 * 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. 160 160 * 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: 166 162 167 163 {{{ … … 172 168 CREFSTRING schemaName); 173 169 }}} 170 171 == Test Plan == 174 172 173 * The old !DescribeSchema and !DescribeSchemaAsXml APIs should work as before. 175 174 * Existing unit tests will be updated to utilize the new APIs and re-tested. 176 175