Opened 12 years ago

Closed 12 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 Dimitar Misev, 12 years ago

Cc: Peter Baumann added
Owner: changed from Dimitar Misev to upanday
Status: newassigned

comment:2 by Peter Baumann, 12 years ago

Owner: changed from upanday to Ernesto Rodriguez

comment:3 by Dimitar Misev, 12 years ago

I've just tested and set/mdd types get deleted properly, it's only —delbasetype that's left to be fixed.

comment:4 by Dimitar Misev, 12 years ago

—delbasetype allows to delete user-defined struct types btw.

comment:5 by Ernesto Rodriguez, 12 years ago

Resolution: fixed
Status: assignedclosed

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.