Memory: Max=704,643,072; Total=397,934,592; Free=168,399,952; CPUs=8
Connect to database :-MySQL
Steps to reproduce:-
1.Launch ADS
2.Connect to database MySQL say(MySQL 5.7)
3.Expand tree node of db
4.Go to Tables->right click->select 'Create Table'
5.On create table GUI, fill table name, column name and datatype
6.Switch to Preview SQL tab
7.Observe the generated script.
8.Now click on 'Create' button.
Actual Result:-Pop-up message :- Unknown database '<DEFAULT>' is displayed.
Expected Result:-As schema is not supported in MySQL, so table name must be displayed in either 'database_name.table_name' format or just table name.
Please refer the attachment:-table_gui.png
Observation:-
-behavior in ADS 19.0.0-alpha-49:- alpha-49.png
ADS | Comment |
ADS 19.0.0-alpha-53 | Issue is observed |
ADS 19.0.0-alpha-52 | Issue is observed |
Broken Build ADS 19.0.0-alpha-49 | Issue is NOT observed |
|
313 KB
|
54 KB
Issue #15339 |
Closed |
Duplicate |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
duplicates #12283
Issue #12283In MySQL, In Schema Script Generator, object qualifying name is not generated for “Table/Views/Procedure/Function”. |