Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We currently do not produce an error for a DROP VIEW CASCADE command, but at the same time we don't cascade drop all child views. We should either produce an error message for this command or recursively drop all child views.
See ViewIndexIT.testUpdateOnTenantViewWithGlobalView() for an example.
Attachments
Issue Links
- is duplicated by
-
PHOENIX-4181 Drop tenant views columns when base view column is dropped
- Resolved