Changes between Version 7 and Version 8 of FDORfc16
- Timestamp:
- 03/19/08 16:32:56 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc16
v7 v8 8 8 ||RFC Template Version||(1.0)|| 9 9 ||Submission Date||2008-03-18|| 10 ||Last Modified||Traian Stanev 2008-03-1 8||10 ||Last Modified||Traian Stanev 2008-03-19|| 11 11 ||Author||Traian Stanev|| 12 12 ||RFC Status||draft|| … … 27 27 28 28 SQLite is an efficient and popular way to store data. Support for accessing SQLite databases via FDO would expand the range of data sources supported by FDO. 29 A SQLite format for storing spatial data would make a good interchange format, similar to, but more flexible than Shapefiles. 29 30 30 31 == Proposed Solution == … … 39 40 * A tentative list of supported FDO commands : !DescribeSchema, Select, !SelectAggregates, Insert, Update, Delete, !GetSpatialContexts, arbitrary SQL, !ApplySchema, !CreateDataStore; 40 41 41 FDO features the provider will likely *not* support:42 FDO features the provider will initially *not* support: 42 43 43 44 * Feature class inheritance; … … 51 52 == Implications == 52 53 53 This is a new provider, so there will be no issues with backwards compatibility. 54 This is a new provider, so there will be no issues with backwards compatibility. We need to coordinate with the GDAL/OGR project 55 to make sure the metadata and geometry formats are usable by both FDO and OGR. 54 56 55 57 == Test Plan ==