Author: tbedford
Date: 2010-06-04 17:00:01 +0200 (Fri, 04 Jun 2010)
New Revision: 21065
Log:
Added an entry for dev bug #53610, #53920
Modified:
trunk/dynamic-docs/changelog/workbench.xml
Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml 2010-06-04 13:07:53 UTC (rev 21064)
+++ trunk/dynamic-docs/changelog/workbench.xml 2010-06-04 15:00:01 UTC (rev 21065)
Changed blocks: 3, Lines Added: 39, Lines Deleted: 9; 2290 bytes
@@ -9,7 +9,7 @@
<logentry entrytype="bug">
<bugs>
- <fixes bugid="53896"/>
+ <fixes bugid="53920"/>
</bugs>
<versions>
@@ -19,16 +19,25 @@
<message>
<para>
- If a schema was imported and a <literal>VARCHAR</literal>
- changed to an <literal>INT</literal>, then when the schema was
- exported to an <literal>ALTER</literal> script, the script
- erroneously included <literal>COLLATE</literal> and
- <literal>CHARACTER SET</literal> information with the
- <literal>ALTER</literal> statement corresponding the the change
- from <literal>VARCHAR</literal> to <literal>INT</literal>. This
- prevented the <literal>ALTER</literal> script from working.
+ In the SQL Editor, performing a query on a remote server
+ returned BLOB values for columns that were not of type BLOB.
</para>
+ <para>
+ Since binary byte strings tend to contain null bytes in their
+ values, for safety reasons they were not displayed in the
+ results grid. They could only be viewed or edited by means of
+ the BLOB editor to avoid data truncation.
+ </para>
+
+ <para>
+ &workbench; has been changed to include a new global option
+ which has been added to the <guilabel>SQL Editor</guilabel> tab
+ of the <guilabel>Workbench Preferences</guilabel> dialog. The
+ option is <quote>Treat BINARY/VARBINARY as non-binary character
+ string</quote>. By default it is not selected.
+ </para>
+
</message>
</logentry>
@@ -36,6 +45,27 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="53610"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.2.22"/>
+ </versions>
+
+ <message>
+
+ <para>
+ In the SQL Editor, the toolbar items on the Snippets tab to
+ replace and insert snippets had no effect when clicked.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="50243"/>
</bugs>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r21065 - trunk/dynamic-docs/changelog | tony.bedford | 4 Jun |