Bug #36202 renaming of views in overview only changes name property, not underlying script
Submitted: 18 Apr 2008 9:30 Modified: 11 May 2008 1:36
Reporter: Johannes Taxacher Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.19 OS:Windows
Assigned to: Alfredo Kojima CPU Architecture:Any

[18 Apr 2008 9:30] Johannes Taxacher
Description:
renaming views in overview is possible, but when the view then is opened in editor the name is reverted to the old name thats still in the "CREATE VIEW"-script

How to repeat:
- create a view
- add at least " SELECT 0" so parser says its valid
- close view-editor
- rename view in overview (single click and wait, F2 or right-click->rename)
- open editor by double clicking view again

the name-change gets reverted
[5 May 2008 22:01] Johannes Taxacher
renaming of view-objects is now disabled. to change the name of a view the DDL must be altered accordingly. (SVN rev 3126)
[11 May 2008 1:36] Paul DuBois
Noted in 5.0.22 changelog.

View renaming in overview did not work properly and has been
disabled.