dolt icon indicating copy to clipboard operation
dolt copied to clipboard

`dolt_conflicts_resolve()` SQL procedure

Open zachmu opened this issue 4 years ago • 1 comments

Resolving conflicts in SQL is difficult, requiring users to write custom query code. We should handle the common case of --theirs and --ours with a dolt_resolve() function.

zachmu avatar Dec 08 '21 01:12 zachmu

dolt_conflicts_resolve() matches the CLI interface.

timsehn avatar Dec 08 '21 15:12 timsehn