List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:June 17 2009 6:58pm
Subject:svn commit - mysqldoc@docsrva: r15328 - trunk/refman-common
View as plain text  
Author: tbedford
Date: 2009-06-17 18:58:45 +0200 (Wed, 17 Jun 2009)
New Revision: 15328

Log:
Clarified that Old Syntax is now deprecated. Only @ should be used as paramater marker.

Modified:
   trunk/refman-common/connector-net-programming-connection-options.xml


Modified: trunk/refman-common/connector-net-programming-connection-options.xml
===================================================================
--- trunk/refman-common/connector-net-programming-connection-options.xml	2009-06-17 15:16:05 UTC (rev 15327)
+++ trunk/refman-common/connector-net-programming-connection-options.xml	2009-06-17 16:58:45 UTC (rev 15328)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 4; 1049 bytes

@@ -165,10 +165,8 @@
         <row>
           <entry><literal>Old Syntax</literal>, <literal>OldSyntax</literal></entry>
           <entry>false</entry>
-          <entry>Allows use of '@' symbol as a parameter marker. See
-            <literal>MySqlCommand</literal> for more info. This option
-            was deprecated in Connector/NET 5.2.2. All future code
-            should be written using the '@' symbol.</entry>
+          <entry>This option was deprecated in Connector/NET 5.2.2. All code should now
+            be written using the '@' symbol as the parameter marker.</entry>
         </row>
         <row>
           <entry><literal>Password</literal>, <literal>pwd</literal></entry>


Thread
svn commit - mysqldoc@docsrva: r15328 - trunk/refman-commonanthony.bedford17 Jun