Bug #68030 refresh data from data source does not work
Submitted: 5 Jan 2013 1:09 Modified: 20 Jul 2013 3:04
Reporter: Ioan Maxim Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.45 OS:Any (MySQL Workbench CE for Windows version 5.2.45 revision 10251)
Assigned to: CPU Architecture:Any

[5 Jan 2013 1:09] Ioan Maxim
Description:
refresh data from data source does not work

How to repeat:
In Object Browser, right click a table, Select rows. Edit some rows and click "Refresh data from data source". Nothing happens.
[5 Jan 2013 1:35] Ioan Maxim
After checking some more I found that it doesn't work only if you add some new rows. If you add some rows and click refresh, the new rows don't disappear. Also data from the table that was modified is not refreshed.

It work if you just edit the data from the table and then click refresh.
[11 Jan 2013 18:49] Ruben Dario Morquecho Valdez
Win7x64
WB 5.2.45
-----------------
checked up and "Refresh data from data source" icon doenst refresh.
bug being analysing.

Thanks for interesting on Workbench!
[30 Mar 2013 22:49] Scott Deerwester
The same thing happens from the Inserts tab. I'm using version 5.2.44 running on Linux. To replicate:
- Insert data into a table by other means
- Open the table for editing
- Click on the Inserts tab
- Click the "Refresh data from data source" button.
No results are seen.
[20 Jul 2013 3:04] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.4 release, and here's the changelog entry:

The "Refresh data from data source" option would fail to function with
local changes present. A dialog was added to either apply or cancel the
local changes before performing the refresh.

Thank you for the bug report.