[fdo-commits] r650 - trunk/Providers/GenericRdbms/Src/MySQL/Fdo

svn_fdo at osgeo.org svn_fdo at osgeo.org
Thu Jan 18 14:46:37 EST 2007


Author: thomasknoell
Date: 2007-01-18 14:46:32 -0500 (Thu, 18 Jan 2007)
New Revision: 650

Modified:
   trunk/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 (port to trunk).


Modified: trunk/Providers/GenericRdbms/Src/MySQL/Fdo/FdoRdbmsMySqlGeometryCapabilities.cpp
===================================================================
--- trunk/Providers/GenericRdbms/Src/MySQL/Fdo/FdoRdbmsMySqlGeometryCapabilities.cpp	2007-01-18 19:44:55 UTC (rev 649)
+++ trunk/Providers/GenericRdbms/Src/MySQL/Fdo/FdoRdbmsMySqlGeometryCapabilities.cpp	2007-01-18 19:46:32 UTC (rev 650)
@@ -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