github dolthub/dolt v1.59.1
1.59.1

latest releases: v1.59.3, v1.59.2
one day ago

Merged PRs

dolt

  • 9783: Bug fix: allow aborting a merge when there is a table rename
    When a merge halts due to a conflict, the merge can be aborted by calling dolt_merge('--abort');, however a bug caused this to error if the merge included a table rename. The root cause of the bug was how we restore the tables to their previous values and work around ignored tables. This change alters how we restore tables – now we restore all versioned tables by reusing the pre-merge root and then applying any ignored tables.

Closed Issues

  • 9782: Incorrect Left/Right Join with subquery an empty table
  • 9777: Incorrect Hash Join on condition with '%'

Don't miss a new dolt release

NewReleases is sending notifications on new releases.