Merged PRs
dolt
- 4782: go/doltcore/migrate: fix migration datetime bug
fix for #4474 - 4779: Fixed package docs for dolt command
- 4776: Revert parallel ita
dolthub/go-mysql-server#1404 - 4747: Replace dashes when using the default directory in sql-client
Fixes #4743 - 4745: Branch control bats tests
Added bats tests for the new branch control feature - 4732: Branch control permissions across databases
- 4728: Added validation test to check for test libraries in binary
go-mysql-server
- 1402: give
HAVING
visibility into outer scope
fix for: #4723 - 1400: Adding error code mapping and more tests for
ErrNonAggregatedColumnWithoutGroupBy
Adding a SQL error code mapping forErrNonAggregatedColumnWithoutGroupBy
and tests for validation with opaque nodes.
From PR feedback in: dolthub/go-mysql-server#1396