Changes between Version 4 and Version 5 of FDORfc3


Ignore:
Timestamp:
Apr 26, 2007, 12:12:17 AM (17 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc3

    v4 v5  
    3434http://svn.refractions.net/fdopostgis/trunk/
    3535
    36 This provided will be targeted at '''FIX ME WITH REAL VERSIONS''' PostgreSQL version 8.0 and above, using PostGIS 1.1.7 and above.  '''FIX ME WITH REAL VERSIONS'''
     36This provider will be targeted at PostgreSQL version 8.2 and above, using PostGIS 1.1.6 and above.  It may work with earlier versions, but they will not be tested.
    3737
    3838The initial set of functionality for this provider will include
    39  * Support for three-dimensional geometry
    40  * Support for full set of attribute and spatial comparison operators
     39 * Support for all geometries except curves
     40 * Support for three-dimensionals
     41 * Support for full set of spatial and attribute filters
    4142 * Support for select/sqlselect/insert/update/delete
    4243
    43 Specific capabilities currently include ('''more coming'''):
     44Specific capabilities currently include ('''more coming before release: insert/update/delete/selectaggregate/applyschema'''):
    4445
    4546''' Connection '''
     
    146147 - Dimensionality: 3D
    147148
     149== Limitations ==
     150
     151Apart from functionality that was not added due to resource constraints, the following conditions exist:
     152 - PostgreSQL tables and columns must be lowercase due to a deficiency in PostGIS (which should be fixed in 1.2.2)
     153
    148154== Implications ==
    149155
     
    152158== Test Plan ==
    153159
    154 Basic functional testing of the provider using applications which implement FDO will be undertaken by Mateusz Loskot and Jason Birch, but additional testing would be appreciated.
     160This provider will be initially tested by the development group, and then opened up to public alpha/beta testing.
     161
     162Areas that will require testing include:
    155163
    156164 - capabilities
    157165 - connection
    158166 - all parts of schema description
     167 - apply schema
    159168 - standard query
    160169  - filters
     
    165174 - delete
    166175
    167 ''' ANYTHING ELSE? '''
    168 
    169176The FDO Provider for PostGIS will include unit tests.  Additionally, as part of the development process a set of simple code samples is being created to allow new FDO developers to easily interact with the PostGIS provider. 
    170177