mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Fixed CORE-2427 - ALTER VIEW doesn't clear dependencies on old views
This commit is contained in:
parent
6427b2b7ae
commit
e88a67ee52
@ -1437,6 +1437,7 @@ jrd_nod* MET_get_dependencies(thread_db* tdbb,
|
||||
CMP_release(tdbb, handle);
|
||||
}
|
||||
|
||||
MET_delete_dependencies(tdbb, object_name, type, transaction);
|
||||
store_dependencies(tdbb, csb, relation, object_name, type, transaction);
|
||||
|
||||
if (csb_ptr)
|
||||
|
Loading…
Reference in New Issue
Block a user