Changes between Version 4 and Version 5 of FDORfc3
- Timestamp:
- 04/26/07 00:12:17 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc3
v4 v5 34 34 http://svn.refractions.net/fdopostgis/trunk/ 35 35 36 This provide d 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'''36 This 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. 37 37 38 38 The 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 41 42 * Support for select/sqlselect/insert/update/delete 42 43 43 Specific capabilities currently include ('''more coming '''):44 Specific capabilities currently include ('''more coming before release: insert/update/delete/selectaggregate/applyschema'''): 44 45 45 46 ''' Connection ''' … … 146 147 - Dimensionality: 3D 147 148 149 == Limitations == 150 151 Apart 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 148 154 == Implications == 149 155 … … 152 158 == Test Plan == 153 159 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. 160 This provider will be initially tested by the development group, and then opened up to public alpha/beta testing. 161 162 Areas that will require testing include: 155 163 156 164 - capabilities 157 165 - connection 158 166 - all parts of schema description 167 - apply schema 159 168 - standard query 160 169 - filters … … 165 174 - delete 166 175 167 ''' ANYTHING ELSE? '''168 169 176 The 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. 170 177