[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mapguide-commits
Subject:    [mapguide-commits] r7414 - branches/2.5/MgDev/Server/src/Services/Feature
From:       svn_mapguide () osgeo ! org
Date:       2013-03-25 13:42:44
Message-ID: 20130325134245.19A2E390323 () trac ! osgeo ! org
[Download RAW message or body]

Author: jng
Date: 2013-03-25 06:42:44 -0700 (Mon, 25 Mar 2013)
New Revision: 7414

Modified:
   branches/2.5/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp
Log:
#2230: Merge fix from trunk

Modified: branches/2.5/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp
===================================================================
--- branches/2.5/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp	2013-03-25 \
                12:19:43 UTC (rev 7413)
+++ branches/2.5/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp	2013-03-25 \
13:42:44 UTC (rev 7414) @@ -56,6 +56,11 @@
         // The reference to the FDO connection from the MgServerFeatureConnection \
object must be cleaned up before the parent object  // otherwise it leaves the FDO \
connection marked as still in use.  FdoPtr<FdoIConnection> fdoConn = \
connection->GetConnection(); +
+        // Ensure all user-defined functions are loaded
+        FdoPtr<FdoIExpressionCapabilities> ec = \
fdoConn->GetExpressionCapabilities(); +        \
FdoPtr<FdoFunctionDefinitionCollection> funcs = ec->GetFunctions(); +
         FdoPtr<FdoIDescribeSchema> fdoCommand = \
(FdoIDescribeSchema*)fdoConn->CreateCommand(FdoCommandType_DescribeSchema);  
         classNameHintUsed = IsClassNameHintUsed(fdoCommand);

_______________________________________________
mapguide-commits mailing list
mapguide-commits@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic