Merged PRs
dolt
- 3440: Dolt clean
CLI and SQL clean function. Clears untracked tables by finding the
difference between HEAD and the current working set and then deleting
the result.
Optionally specify--dry-run
to avoid persisting the result root.
Optionally pass a list of table names to filter for deletion if
untracked. - 3413: Fix error message for DOLT_MERGE conflicts
This pr is a little incomplete with regards to constrain violations. cc: #3414
go-mysql-server
- 1021: Allow SHOW CREATE PROCEDURE for external procedures + display a fake CREATE PROCEDURE
Closed Issues
- 3428: SHOW CREATE PROCEDURE on dolt stored procedures should return something other than "procedure does not exist"