Skip to main content

diff_views

Function diff_views 

Source
pub fn diff_views(
    target_views: &[View],
    source_views: &[View],
    out: &mut ChangeSet,
    managed_roles: &BTreeSet<Identifier>,
)
Expand description

Diff target.views (live DB) against source.views (desired).

Pairs views by QualifiedName and emits:

No change is emitted when target and source are byte-for-byte identical.