Opened 13 years ago
Closed 13 years ago
#88 closed defect (fixed)
rasdl type/database deletion doesn't work
Reported by: | Dimitar Misev | Owned by: | Ernesto Rodriguez |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | rasdl | Version: | |
Keywords: | Cc: | joachim.ungar@…, Peter Baumann | |
Complexity: | Medium |
Description
The following options in rasdl don't seem to really do what they are supposed to do:
—deldatabase
—delbasetype
—delmddtype
—delsettype
Change History (5)
comment:1 by , 13 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 13 years ago
Owner: | changed from | to
---|
comment:3 by , 13 years ago
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Resolved by changing drop statements to drop if exists statements in the database deletion functions and by allowing the deletion of all struct datatypes.
Note:
See TracTickets
for help on using tickets.
I've just tested and set/mdd types get deleted properly, it's only —delbasetype that's left to be fixed.