Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.6.0
-
None
-
None
Description
Current behavior is to ignore dependencies when dropping a table, leaving them dangling. Once we start tracking dependencies, we can use this information for enforcing CASCADE/RESTRICT behavior. Per SQL:2003, default should actually be RESTRICT, so we might want to introduce a non-standard INVALIDATE option for continuing to allow the current behavior.