fn diff_connection_options(
project_opts: &[ConnectionOption<Raw>],
live_opts: &[ConnectionOption<Raw>],
) -> (Vec<ConnectionOption<Raw>>, Vec<ConnectionOptionName>)Expand description
Diff two sets of connection options.
Returns (to_set, to_drop):
to_set: options that needALTER CONNECTION ... SETto_drop: option names that needALTER CONNECTION ... DROP