List:Commits« Previous MessageNext Message »
From:rburnett Date:December 11 2006 9:03pm
Subject:Visual Studio Plugin commit: r22 - branches/1.0
View as plain text  
Modified:
   branches/1.0/MySqlDataObjectSupport.xml
Log:
Fixed problem (that I caused) in stored procedure definition that causes the alter routine
operation to fail.

Modified: branches/1.0/MySqlDataObjectSupport.xml
===================================================================
--- branches/1.0/MySqlDataObjectSupport.xml	2006-12-08 20:21:01 UTC (rev 21)
+++ branches/1.0/MySqlDataObjectSupport.xml	2006-12-11 21:03:18 UTC (rev 22)
@@ -412,11 +412,16 @@
             <Concept name="Identifier1" />
           </Concepts>
         </Part>
-        <Part name="Name" itemName="ROUTINE_NAME">
+        <Part name="Type" itemName="ROUTINE_TYPE">
           <Concepts>
             <Concept name="Identifier2" />
           </Concepts>
         </Part>
+        <Part name="Name" itemName="ROUTINE_NAME">
+          <Concepts>
+            <Concept name="Identifier3" />
+          </Concepts>
+        </Part>
       </Identifier>
       <Restrictions>
         <Restriction name="Database" />

Thread
Visual Studio Plugin commit: r22 - branches/1.0rburnett11 Dec