List:Commits« Previous MessageNext Message »
From:mcbrown Date:January 17 2007 10:56am
Subject:svn commit - mysqldoc@docsrva: r4543 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-01-17 10:56:35 +0100 (Wed, 17 Jan 2007)
New Revision: 4543

Log:
Changed the SSL/encryption option to show that 5.0.3 really does support SSL



Modified:
   trunk/refman-common/connector-net.xml


Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml	2007-01-17 05:39:04 UTC (rev 4542)
+++ trunk/refman-common/connector-net.xml	2007-01-17 09:56:35 UTC (rev 4543)
Changed blocks: 18, Lines Added: 28, Lines Deleted: 28; 6225 bytes

@@ -728,9 +728,10 @@
       </para>
 
       <formalpara>
-
         <title>Note</title>
 
+
+
         <para>
           Prior versions of the provider used the '@' symbol to mark
           parameters in SQL. This is incompatible with MySQL user

@@ -740,7 +741,6 @@
           be aware that an exception will not be throw if you fail to
           define a parameter that you intended to use in your SQL.
         </para>
-
       </formalpara>
 
       <para>

@@ -827,15 +827,15 @@
         </para>
 
         <formalpara>
-
           <title>Note</title>
 
+
+
           <para>
             This example shows how to use one of the overloaded versions
             of the MySqlCommand constructor. For other examples that
             might be available, see the individual overload topics.
           </para>
-
         </formalpara>
 
         <para>

@@ -1370,9 +1370,10 @@
         </para>
 
         <formalpara>
-
           <title>Note</title>
 
+
+
           <para>
             When calling ExecuteReader with the SingleRow behavior, you
             should be aware that using a <literal>limit</literal> clause

@@ -1384,7 +1385,6 @@
             <literal>limit</literal> clause is not necessary, it should
             be avoided.
           </para>
-
         </formalpara>
 
         <para>

@@ -2060,9 +2060,10 @@
       </para>
 
       <formalpara>
-
         <title>Note</title>
 
+
+
         <para>
           Caution must be used when using MySqlCOmmandBuilder on MySql
           4.0 systems. With MySql 4.0, database/schema information is

@@ -2076,7 +2077,6 @@
           changes or deletes. This note does not apply to MySQL versions
           4.1 and later.
         </para>
-
       </formalpara>
 
       <para>

@@ -3113,16 +3113,16 @@
         </para>
 
         <formalpara>
-
           <title>Note</title>
 
+
+
           <para>
             If you do not specify an isolation level, the default
             isolation level is used. To specify an isolation level with
             the <literal>BeginTransaction</literal> method, use the
             overload that takes the <literal>iso</literal> parameter.
           </para>
-
         </formalpara>
 
         <para>

@@ -3271,16 +3271,16 @@
         </para>
 
         <formalpara>
-
           <title>Note</title>
 
+
+
           <para>
             If you do not specify an isolation level, the default
             isolation level is used. To specify an isolation level with
             the <literal>BeginTransaction</literal> method, use the
             overload that takes the <literal>iso</literal> parameter.
           </para>
-
         </formalpara>
 
         <para>

@@ -3826,13 +3826,13 @@
               <row>
                 <entry><literal>Encrypt</literal></entry>
                 <entry>false</entry>
-                <entry>When <literal>true</literal>, SSL encryption is
used for all data sent
-                  between the client and server if the server has a
-                  certificate installed. Recognized values are
+                <entry>For Connector/NET 5.0.3 and later, when
<literal>true</literal>, SSL
+                  encryption is used for all data sent between the
+                  client and server if the server has a certificate
+                  installed. Recognized values are
                   <literal>true</literal>,
<literal>false</literal>,
-                  <literal>yes</literal>, and
-                  <literal>no</literal>.<literal>Note</literal>
This
-                  parameter currently has no effect.</entry>
+                  <literal>yes</literal>, and
<literal>no</literal>. In
+                  versions before 5.0.3, this option had no effect.</entry>
               </row>
               <row>
                 <entry><literal>Initial Catalog</literal>,
<literal>Database</literal></entry>

@@ -4140,9 +4140,10 @@
       </para>
 
       <formalpara>
-
         <title>Note</title>
 
+
+
         <para>
           Please be aware that the <literal>DataColumn</literal> class
           in .NET 1.0 and 1.1 does not allow columns with type of

@@ -4150,7 +4151,6 @@
           plan to use autoincremement columns with MySQL, you should
           consider using signed integer columns.
         </para>
-
       </formalpara>
 
       <para>

@@ -4839,16 +4839,16 @@
         </para>
 
         <formalpara>
-
           <title>Note</title>
 
+
+
           <para>
             If execution of this command returns rows, these rows may be
             added to the <literal>DataSet</literal> depending on how you
             set the <literal>MySqlCommand.UpdatedRowSource</literal>
             property of the <literal>MySqlCommand</literal> object.
           </para>
-
         </formalpara>
 
         <para>

@@ -4954,16 +4954,16 @@
         </para>
 
         <formalpara>
-
           <title>Note</title>
 
+
+
           <para>
             If execution of this command returns rows, these rows may be
             merged with the DataSet depending on how you set the
             <literal>MySqlCommand.UpdatedRowSource</literal> property of
             the <literal>MySqlCommand</literal> object.
           </para>
-
         </formalpara>
 
         <para>

@@ -5299,9 +5299,10 @@
         <para></para>
 
         <formalpara>
-
           <title>Note</title>
 
+
+
           <para>
             MySql allows date columns to contain the value '0000-00-00'
             and datetime columns to contain the value '0000-00-00

@@ -5314,7 +5315,6 @@
             option. For more information on this option, please refer to
             <literal>MySqlConnection.ConnectionString</literal>.
           </para>
-
         </formalpara>
 
         <para>

@@ -23797,9 +23797,10 @@
         </para>
 
         <formalpara>
-
           <title>Note:</title>
 
+
+
           <para>
             When you call a stored procedure, the command object makes
             an additional <literal>SELECT</literal> call to determine

@@ -23810,7 +23811,6 @@
             the parameters. Failure to do this will result in an error
             when calling the procedure.
           </para>
-
         </formalpara>
 
         <para>


Thread
svn commit - mysqldoc@docsrva: r4543 - trunk/refman-commonmcbrown17 Jan