List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 15 2008 6:00pm
Subject:svn commit - mysqldoc@docsrva: r11256 - trunk/refman-common
View as plain text  
Author: tbedford
Date: 2008-07-15 18:00:37 +0200 (Tue, 15 Jul 2008)
New Revision: 11256

Log:
Fixing C/NET bug:
#34052
Added documentation for the 'Treat Tiny As Boolean' connection string option.



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


Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml	2008-07-15 15:38:13 UTC (rev 11255)
+++ trunk/refman-common/connector-net.xml	2008-07-15 16:00:37 UTC (rev 11256)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 1060 bytes

@@ -3145,6 +3145,16 @@
                   timeout property, that will be used. This option was
                   added in Connector/NET 5.1.4</entry>
               </row>
+              <row>
+                <entry><literal>Treat Tiny As Boolean</literal></entry>
+                <entry>true</entry>
+                <entry>Setting this value to <literal>false</literal> indicates that
+                  <literal>TINYINT(1)</literal> will be treated as an
+                  <literal>INT</literal>. See also
+                  <xref linkend="numeric-type-overview"/> for a further
+                  explanation of the <literal>TINYINT</literal> and
+                  <literal>BOOL</literal> data types.</entry>
+              </row>
             </tbody>
           </tgroup>
         </informaltable>


Thread
svn commit - mysqldoc@docsrva: r11256 - trunk/refman-commonanthony.bedford15 Jul