This is a patch release with small bug fixes:
- Support for working changes in
dolt_diff
system table - Bug fix for
BIT
types during import
Merged PRs
dolt
- 3570: Support bit types on import
This pr addresses issue #3567 and additional tests for different types - 3563: Adding working set changes to unscoped
dolt_diff
system table
Doc updates: dolthub/docs#631
go-mysql-server
- 1046: Introduced OrderedIndex interface to deal with indexes that don't return ordered results
- 1043: enginetest: Validating Enginetest Harness