Bug #50051 Quoting missing in schema name for SP script generation
Submitted: 4 Jan 2010 13:42 Modified: 11 Jan 2010 17:30
Reporter: Alfredo Kojima Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2 OS:Any
Assigned to: Alfredo Kojima CPU Architecture:Any

[4 Jan 2010 13:42] Alfredo Kojima
Description:
Script generation from model for routines do not quote schema names for USE statement.

How to repeat:
Forward engineer a model with routines.

Suggested fix:
Quote schema name.
[4 Jan 2010 21:10] Alfredo Kojima
Added quotes for USE statements where they're missing.
In addition, added separators for routine creation code (as for tables).
[7 Jan 2010 14:40] Johannes Taxacher
fix confirmed. will be included in 5.2.12
[11 Jan 2010 17:30] Tony Bedford
An entry has been added to the 5.2.12 changelog:

The script code generated from a model for routines did not quote schema names in USE statements.