Bug #46390 | Inserts doesn't show input field for TEXT datatypes | ||
---|---|---|---|
Submitted: | 26 Jul 2009 18:16 | Modified: | 28 Aug 2009 9:28 |
Reporter: | Omer Sabic | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 5.1.16 | OS: | Any (ubuntu 9.04, Windows XP) |
Assigned to: | Sergei Tkachenko | CPU Architecture: | Any |
Tags: | field, input, insert, problem, text |
[26 Jul 2009 18:16]
Omer Sabic
[26 Jul 2009 18:22]
Omer Sabic
Screenshot
Attachment: wbproblem.png (image/png, text), 59.70 KiB.
[26 Jul 2009 18:27]
Valeriy Kravchuk
Thank you for the bug report. Verified just as described on Windows XP. On this OS I can input data for TEXT column, but INSERTs generated are incorrect (values for TEXT column are NOT quoted). Moreover, when I open editor again value for the previous column (in the forst row at least) is indeed lost. TEXT column value with spaces is truncated to the first word etc. This is a serious bug, indeed.
[10 Aug 2009 7:18]
Minie takalova
I think, that delete part of inserted string after space is another bug so I try to create another bug report. (my version 5.2.2 alpha)
[14 Aug 2009 14:18]
Johannes Taxacher
this was fixed and will be included in release 5.1.17
[28 Aug 2009 9:28]
Tony Bedford
An entry was added to the 5.1.17 changelog: The INSERT statements generated for columns of type TEXT by the Insert Editor were not correct, as the values were not quoted. Also, when the Insert Editor was closed and then reopened the last column entry was lost.