[mapguide-commits] r6737 - trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Odbc

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jun 8 02:04:30 PDT 2012


Author: jng
Date: 2012-06-08 02:04:29 -0700 (Fri, 08 Jun 2012)
New Revision: 6737

Modified:
   trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Odbc/OdbcProviderCtrl.cs
Log:
Add mental note for #2002

Modified: trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Odbc/OdbcProviderCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Odbc/OdbcProviderCtrl.cs	2012-06-07 10:47:13 UTC (rev 6736)
+++ trunk/Tools/Maestro/Maestro.Editors/FeatureSource/Providers/Odbc/OdbcProviderCtrl.cs	2012-06-08 09:04:29 UTC (rev 6737)
@@ -308,7 +308,9 @@
 
             try
             {
-                var desc = _fs.Describe();
+                //#2002 TODO: Here is where we would present a list of classes in order to be able to create a filtered down
+                //logical schema
+                var desc = _fs.Describe(); //TODO: Describe only the selected class names
                 if (desc.Schemas.Length == 0)
                     throw new ApplicationException("Could not retrieve any schemas from this connection. If it is a DSN, ensure it is a valid DSN");
                 _doc.AddSchema(desc.Schemas[0]); //Only one schema is supported by ODBC so this is ok



More information about the mapguide-commits mailing list