You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user tries to delete a schema node which contains database objects, it shows error that this cannot be done due to dependent object in the schema. The error message shown needs correction to convey it correctly. Currently, it shows the following error message which is not understandable.
'table testschema.testtable depends on schema testschemacannot drop schema testschema because other objects depend on it'
To Reproduce
Steps to reproduce the behavior:
Make sure you have created a schema node and some database objects under it.
Right click on the schema object and opt the option 'Delete', select Yes on the confirmation dialogue.
A new error window is shown with the message
Expected behavior
The message can be rephrased in the following way
'table testschema.testtable depends on schema testschemacannot drop schema testschema because other objects depend on it'
To
'Table testschema.testtable depends on the testschema schema, so the schema cannot be dropped as other objects are dependent on it.'
Error message
'table testschema.testtable depends on schema testschemacannot drop schema testschema because other objects depend on it'
Screenshots
Desktop (please complete the following information):
OS: [e.g. Ubuntu 24.04]
Version: [e.g. 8.13]
Mode: [e.g Desktop ]
Browser (N/A]
Package type: [e.g. DEB.]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When user tries to delete a schema node which contains database objects, it shows error that this cannot be done due to dependent object in the schema. The error message shown needs correction to convey it correctly. Currently, it shows the following error message which is not understandable.
'table testschema.testtable depends on schema testschemacannot drop schema testschema because other objects depend on it'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The message can be rephrased in the following way
'table testschema.testtable depends on schema testschemacannot drop schema testschema because other objects depend on it'
To
'Table testschema.testtable depends on the testschema schema, so the schema cannot be dropped as other objects are dependent on it.'
Error message
'table testschema.testtable depends on schema testschemacannot drop schema testschema because other objects depend on it'
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: