Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not proper message["Object object"] when trying to delete tag that has a child #79

Open
pajson1 opened this issue Dec 12, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@pajson1
Copy link

pajson1 commented Dec 12, 2018

When you try to delete tag that already has a child. we get a error message 409

@pajson1 pajson1 added bug Something isn't working and removed bug Something isn't working labels Dec 12, 2018
@pajson1
Copy link
Author

pajson1 commented Dec 12, 2018

By looking closely the error is "Referential integrity constraint violation: "FK7QMVVBJEHHPPYL7SHLE3QELI1: PUBLIC.TAG FOREIGN KEY(PARENT_ID) REFERENCES PUBLIC.TAG(ID) (2)"; SQL statement: delete from tag where id=? and version=? [23503-197]"

@pajson1
Copy link
Author

pajson1 commented Dec 18, 2018

Also the same when you try to delete Tag Hierarchy which has Tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants