Opened 9 years ago
Closed 9 years ago
#1004 closed defect (duplicate)
rasdl should check for instances before deleting a type
Reported by: | Peter Baumann | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | rasdl | Version: | 9.1 |
Keywords: | Cc: | Vlad Merticariu, Alex Dumitru | |
Complexity: | Easy |
Description
whenever a type deletion is requested in the DDL (using rasdl or also rasql, since recently) first a check should be done if any instance of that type exists. If so, deletion must be aborted.
This is a relatively simple task, suitable for a newcomer who is not totally novice any more.
Note:
See TracTickets
for help on using tickets.
Duplicate of #134