Bug #70137 After creating a new table, cannot edit data
Submitted: 23 Aug 2013 13:56 Modified: 25 Aug 2013 11:00
Reporter: Jesse Castleberry Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:6.0.5.11166 OS:Windows (7 Pro)
Assigned to: CPU Architecture:Any

[23 Aug 2013 13:56] Jesse Castleberry
Description:
After I create a new table in a database then open the table, I cannot add or edit the data.  If I exit WB and come back in it's fine.

How to repeat:
Create a new table, try to edit the data.

Suggested fix:
Make it not do that.
[23 Aug 2013 14:04] MySQL Verification Team
Please try 6.0.6. If the issue continues provide the create table sample. Thanks.
[23 Aug 2013 14:21] Jesse Castleberry
No, that did not solve the problem.  Here is a create table that I did:
CREATE TABLE `massemail`.`test` (
  `id` INT NOT NULL AUTO_INCREMENT,
  `test1` VARCHAR(45) NULL,
  `adddatetime` DATETIME NULL,
  `somememo` TEXT NULL,
  PRIMARY KEY (`id`));

As soon as I create this table, I right-click on it in the navigator and select Select Rows, and I see the list of fields, but there is no new row to type in.
[24 Aug 2013 19:34] MySQL Verification Team
Thank you for the feedback. When I do Select rows I got 1 line with all NULL values and I am able to edit.
[25 Aug 2013 11:00] Jesse Castleberry
Now that is frustrating!  It did it to me several times the other day, now it is acting fine.  Next time it happens I'll see if I can duplicate it 3 or 4 times with the same version.