Changes between Version 7 and Version 8 of FDORfc16


Ignore:
Timestamp:
Mar 19, 2008, 4:32:56 PM (16 years ago)
Author:
traianstanev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc16

    v7 v8  
    88||RFC Template Version||(1.0)||
    99||Submission Date||2008-03-18||
    10 ||Last Modified||Traian Stanev 2008-03-18||
     10||Last Modified||Traian Stanev 2008-03-19||
    1111||Author||Traian Stanev||
    1212||RFC Status||draft||
     
    2727
    2828SQLite 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.
     29A SQLite format for storing spatial data would make a good interchange format, similar to, but more flexible than Shapefiles.
    2930
    3031== Proposed Solution ==
     
    3940 * A tentative list of supported FDO commands : !DescribeSchema, Select, !SelectAggregates, Insert, Update, Delete, !GetSpatialContexts, arbitrary SQL, !ApplySchema, !CreateDataStore;
    4041
    41 FDO features the provider will likely *not* support:
     42FDO features the provider will initially *not* support:
    4243
    4344 * Feature class inheritance;
     
    5152== Implications ==
    5253
    53 This is a new provider, so there will be no issues with backwards compatibility.
     54This is a new provider, so there will be no issues with backwards compatibility. We need to coordinate with the GDAL/OGR project
     55to make sure the metadata and geometry formats are usable by both FDO and OGR.
    5456
    5557== Test Plan ==