Bug #46624 In Inserts truncate chars in strings after space.
Submitted: 10 Aug 2009 7:36 Modified: 16 Nov 2009 11:01
Reporter: Minie takalova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.2 alpha OS:Linux (Ubuntu 9.04)
Assigned to: CPU Architecture:Any
Tags: insert, string

[10 Aug 2009 7:36] Minie takalova
Description:
Truncate part of inserted string after first space sign.

How to repeat:
Create table.
Create string column. [CHAR or Varchar]
Go to Inserts
Insert string "Before after"
Submit by Enter.
----
Now instead of saving sting "Before after" is there only string "Before".
[11 Aug 2009 8:29] Susanne Ebrecht
Many thanks for writing a bug report.

Verified as described.
[14 Nov 2009 3:03] Johannes Taxacher
this has been fixed in repository.
fix will be included in 5.2.7
[16 Nov 2009 11:01] Tony Bedford
An entry was added to the 5.2.7 changelog:

In the Inserts tab of the Table Editor, if a string that contained spaces was added as an insert, then the string was truncated to the text before the first space.