Description:
My station:
[seb@localhost db]$ uname -rop
2.6.16-1.2108_FC4 x86_64 GNU/Linux
-----------------------------------------------
I have got 3 tables, 3 PK, 1 n-m relationship (simple diagram to test)
When I try to generate the sql script:
Export as / SQL CREATE Script
I've got a popup window saying :
"Error generating SQL script. See GRT console for more information."
And in the GRT, I have (I tried 3 times here):
-----------------------------------------------
MySQL Generic Runtime Environment 2.0.12
Type 'help' or '?' for help. Type 'quit' to exit the shell.
Lua Shell initialized.
Registered 13 struct definitions
Loading Lua modules...Registered 13 Lua modules
Initializing C++ loader...Registered 0 struct definitions
C++ loader registration failed (0)Registered 13 modules
Invalid function calling Workbench.generateSqlScript
Invalid function calling Workbench.generateSqlScript
Invalid function calling Workbench.generateSqlScript
/ >
-----------------------------------------------
How to repeat:
Export as / SQL CREATE Script
Suggested fix:
In the GRT/Modules
I found the function "Workbench.generateSqlCreateScript"
So the call to Workbench.generateSqlScript should be rename.
Thanks!