Merged PRs
dolt
- 2314: Fixed docs markdown generation and fixed a number of related formatting errors
- 2303: Expand dolt client tests to include Dolt-specific SQL functions
- 2302: checkout,sql-server: Make
dolt checkout
and sql-connect-to-branch functionality available even when the configured default branch for the sql-server or CLI do not exist. - 2301: dolt_branches INSERT/UPDATE commit replication
Execute commit hooks ondolt_branch
INSERT
andUPDATE
, allowing for replication outside of atomic dolt commits. - 2298: Make sql shell context uses the session stored database.
- 2288: Get DoltMerge to ignore ErrIsAhead instead of error
- 2155: support oldgen table files in roots command
go-mysql-server
- 601: Fix panic in json_unquote for null values
- 599: Remove the Index Editor Sorter and add alias support for Update Join
- 597: sql/analyzer: pushdown_filters: Avoid pushing down filters below Window nodes.
- 596: Add Right/left/Cross/Indexed Joins and Implement Table Edit Accumulator
Closed Issues
- 2262: Dolt Add Commit Statements not working in the MySQL Connector .Net
- 2291: System table "dolt_status" returns different results
- 2190: CREATE DATABASE on shell is broken
- 2189: Allow combining table alias with
AS OF
clause inJOIN
clause - 1623: Dolt: Allow partial commit hashes in commands
- 2284:
select dolt_merge('other');
returns error code for "up to date" status