Bug #38654 renaming table causes insert statements to be lost
Submitted: 8 Aug 2008 4:43 Modified: 1 Jul 2009 13:52
Reporter: Xavier Irias Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.23 OS:Any
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: CHECKED, insert statements

[8 Aug 2008 4:43] Xavier Irias
Description:
It seems when I rename a table the insert statements vanish and have to be re-entered.

How to repeat:
create a table.  define some inserts.  rename the table.  the inserts vanish.
[8 Aug 2008 5:04] Valeriy Kravchuk
Inserts are in place for me, but table name is NOT updated in them until you'll add/edit some rows inserted. This is a bug.
[20 Jan 2009 17:16] Johannes Taxacher
when renaming table in overview or in catalog pane inserts aren't updated
[30 Jun 2009 19:07] Johannes Taxacher
fixed in 5.1.16
[1 Jul 2009 13:52] Tony Bedford
An entry was added to the 5.1.16 changelog:

When a table was renamed, inserts that had been created for it disappeared. Further, when a table was updated in Physical Schemata or in the Catalog pane, inserts were not updated.