Author: tbedford
Date: 2008-07-14 18:34:25 +0200 (Mon, 14 Jul 2008)
New Revision: 11242
Log:
Fixing C/NET bug:
#37350
Modified:
trunk/dynamic-docs/changelog/connector-net.xml
trunk/refman-common/connector-net.xml
Modified: trunk/dynamic-docs/changelog/connector-net.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net.xml 2008-07-14 16:01:32 UTC (rev 11241)
+++ trunk/dynamic-docs/changelog/connector-net.xml 2008-07-14 16:34:25 UTC (rev 11242)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 840 bytes
@@ -2,6 +2,28 @@
<!DOCTYPE changelog SYSTEM "changelog.dtd">
<changelog>
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="37350"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Documentation incorrectly stated that <quote>the DataColumn
+ class in .NET 1.0 and 1.1 does not allow columns with type of
+ UInt16, UInt32, or UInt64 to be autoincrement columns</quote>.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="feature">
<bugs>
Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml 2008-07-14 16:01:32 UTC (rev 11241)
+++ trunk/refman-common/connector-net.xml 2008-07-14 16:34:25 UTC (rev 11242)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 915 bytes
@@ -4286,10 +4286,10 @@
<note>
<para>
Please be aware that the <literal>DataColumn</literal> class
- in .NET 1.0 and 1.1 does not allow columns with type of
- UInt16, UInt32, or UInt64 to be autoincrement columns. If you
- plan to use autoincremement columns with MySQL, you should
- consider using signed integer columns.
+ in .NET only allows columns with type of Int16, Int32, or
+ Int64 to be autoincrement columns. If you plan to use
+ autoincremement columns with MySQL, you should consider using
+ signed integer columns.
</para>
</note>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11242 - in trunk: dynamic-docs/changelog refman-common | anthony.bedford | 14 Jul |