Skip to main content

diff

Function diff 

Source
pub fn diff(source: &Statement, target: &Statement) -> Vec<ChangeAction>
Expand description

Compute the semantic diff between two SQL statements.

Returns a list of ChangeActions describing the minimal set of changes needed to transform source into target.