Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.8.2.2
-
None
Description
This sentence is misleading: "Any statements referencing the view are invalidated on a DROP VIEW statement. DROP VIEW is disallowed if there are any views or open cursors dependent on the view. The view must be dropped before any objects that it is dependent on can be dropped."
This isn't quite true. If a column is dropped with the CASCADE option, any dependent view(s) will be dropped. Are there other cases?
Attachments
Attachments
Issue Links
- is related to
-
DERBY-5567 AlterTableTest#testDropColumn fails: drop view cannot be performed due to dependency
- Closed