From version 11 to 12 we changed how warnings affected the perception of success/failure from CommonSchemaUtil.executeDDL(). We added a warnings tab to most the dialogs but not these 4. Now if you execute sql from one of these 4 tabs and a warning is returned, executeDDL tells commonschemadialog that the execution failed and we display the generic "Warning: CommonSchemaUtil.executeDDL() was not successful." message because we don't know the warnings at this time. There is no warnings tab but the execution was successful.
Need to fix these tabs so that if a warning message occurs we display the warning messages but allow for knowledge of success.
Relevant classes: CommonSchemaDialog : Line 771, CommonSchemaUtil : line 408, CommonSchemaTab
This is for a customer related issue, hence we'd like a fix in v12.
There are quite a few dialogs that do not support 'Messages' tab, which means warning messages will not be handled by these dialogs. Discussed with Niels, we will only add the 'Messages' tab to the four dialogs mentioned in this issue for the time being.
SVN r31252 - 12.0 branch
SVN r31255 - 13.0 branch
SVN r31256 - trunk
There are quite a few dialogs that do not support 'Messages' tab, which means warning messages will not be handled by these dialogs. Discussed with Niels, we will only add the 'Messages' tab to the four dialogs mentioned in this issue for the time being.
SVN r31252 - 12.0 branch
SVN r31255 - 13.0 branch
SVN r31256 - trunk
Issue #8305 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0/r31252, 13.0/r31255, trunk/r31256 |
No time estimate |
This is for a customer related issue, hence we'd like a fix in v12.