dolt
dolt copied to clipboard
`dolt_conflicts_resolve()` SQL procedure
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.
dolt_conflicts_resolve() matches the CLI interface.