[fdo-commits] r649 -
branches/3.2.x/Providers/GenericRdbms/Src/MySQL/Fdo
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Thu Jan 18 14:45:00 EST 2007
Author: thomasknoell
Date: 2007-01-18 14:44:55 -0500 (Thu, 18 Jan 2007)
New Revision: 649
Modified:
branches/3.2.x/Providers/GenericRdbms/Src/MySQL/Fdo/FdoRdbmsMySqlGeometryCapabilities.cpp
Log:
With this code drop, the geometric component type "FdoGeometryComponentType_LineStringSegment" is removed from the list of supported geometric component types for the MySQL Provider.
Modified: branches/3.2.x/Providers/GenericRdbms/Src/MySQL/Fdo/FdoRdbmsMySqlGeometryCapabilities.cpp
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/Src/MySQL/Fdo/FdoRdbmsMySqlGeometryCapabilities.cpp 2007-01-18 18:01:35 UTC (rev 648)
+++ branches/3.2.x/Providers/GenericRdbms/Src/MySQL/Fdo/FdoRdbmsMySqlGeometryCapabilities.cpp 2007-01-18 19:44:55 UTC (rev 649)
@@ -46,7 +46,7 @@
static FdoGeometryComponentType rdbmsGeomCompTypes[] = {
// MySQL Provider currently doesn't support curve segments
FdoGeometryComponentType_LinearRing,
- FdoGeometryComponentType_LineStringSegment
+ // FdoGeometryComponentType_LineStringSegment
// MySQL Provider currently doesn't support curve segments:
// FdoGeometryComponentType_CircularArcSegment,
More information about the fdo-commits
mailing list