Author: tbedford
Date: 2009-01-05 17:01:13 +0100 (Mon, 05 Jan 2009)
New Revision: 12995
Log:
Added entry for bug #39831.
Modified:
trunk/dynamic-docs/changelog/connector-odbc.xml
Modified: trunk/dynamic-docs/changelog/connector-odbc.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc.xml 2009-01-05 13:45:07 UTC (rev 12994)
+++ trunk/dynamic-docs/changelog/connector-odbc.xml 2009-01-05 16:01:13 UTC (rev 12995)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1126 bytes
@@ -5,6 +5,38 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="39831"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ If the table used any Cyrillic charset (cp1251, koi8r, cp866)
+ and text columns contained symbols from these code pages, then
+ <literal>SELECT</literal> through Connector/ODBC returned an
+ error:
+ </para>
+
+<programlisting>
+[MySQL][ODBC 5.1 Driver][mysqld-5.0.27-community-nt]Restricted data type attribute violation
+</programlisting>
+
+ <para>
+ The same is true when inserting Cyrillic characters into a text
+ column in a MySQL table, through Connector/ODBC.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="39085"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12995 - trunk/dynamic-docs/changelog | anthony.bedford | 5 Jan |