Bug #35650 Impossible to put upper case in stored procedures name
Submitted: 28 Mar 2008 14:45 Modified: 8 Apr 2008 14:28
Reporter: moi meme Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.16 OS:Windows
Assigned to: Sergei Tkachenko CPU Architecture:Any
Tags: PROCEDURE, routines, upper case

[28 Mar 2008 14:45] moi meme
Description:
Upper case seems to be prohibited in the stored procedures name !?

How to repeat:
Create a new procedure.
Rename it to "HelloWorld" in the "DDL" text box.
Wait few seconds: procedure name become "helloworld" !?
But displayed item name in the "Routines" part of the schema is still "HelloWorld".
Create a new procedure: item name become "helloworld".

Suggested fix:
Allow upper case in routines' name.
[28 Mar 2008 14:59] moi meme
By the way,

the routine editor put the caret to the first position five seconds after each modifications !
[28 Mar 2008 16:48] MySQL Verification Team
Thank you for the bug report.
[2 Apr 2008 10:48] Mike Lischke
Fixed in rev 2922
[2 Apr 2008 18:46] Johannes Taxacher
successfully tested in SVN Rev 2928
[8 Apr 2008 14:28] MC Brown
A note has been added to the 5.0.17 changelog: 

Identifiers using uppercase characters for stored procedures would automatically be modified to lowercase