Skip to content

dolt 1.81.9#267295

Merged
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.9
Feb 12, 2026
Merged

dolt 1.81.9#267295
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.9

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# Merged PRs

dolt

  • 10487: Fix dolt_clean not respecting dolt_ignore and dolt_nonlocal_tables patterns
    Fix #10462
    • Fix dolt_ignore and dolt_nonlocal_tables not being excluded from dolt clean default command and SQL interface.
    • Add dolt clean -x flag to override dolt_ignore deletions; similar to git clean -x.
  • 10482: commit verification with dolt_tests
    This PR adds the ability to perform verification of commit content using the dolt_tests table.
    Setting the dolt_commit_verification_group system variable with a comma delimited set of test groups will result in test being run before a commit is completed.
    This validation is performed for commit, merge, cherry-pick, and rebase (through cherry-pick). All procedures/CLI operations provide the --skip-verification flag to bypass.
    Currently one known bug with a skipped test. Rebase workflow is presenting broken when a commit fails verification, but should be handled like a conflict, which would allow the user to --continue the workflow.
  • 10450: fix panic for empty table names, now a normal error

go-mysql-server

  • 3426: Do not push filters into SubqueryAliases that wrap RecursiveCTEs
    fixes dolthub/dolt#10472
    All RecursiveCTEs are wrapped by a SubqueryAlias node. We currently don't push filters through a RecursiveCTE so pushing the filter below the SubqueryAlias just causes it to be awkwardly sandwiched in between and might make some queries less optimal if the filter contains outerscope columns since the SQA gets marked as uncacheable. We probably can push filters through a RecursiveCTE in some cases, but we should spend more time thinking about what that means (see dolthub/dolt#10490).
    Also contains some refactors that I noticed along the way.
    skipped tests will be fixed in #3427
  • 3425: Do not set scope length during join planning
    related to dolthub/dolt#10472
    Scope length should only be set when assigning indexes if the scope length then is not zero. The scope length set during join planning is doesn't actually refer to the correct scope length, and if it was actually supposed to be zero, it was never correct set back to zero, causing a panic.

Closed Issues

  • 10462: dolt_clear() drops Nonlocal Tables
  • 10472: panic: slice bounds out of range in mergeJoinIter.removeParentRow with recursive CTE + NOT EXISTS

View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.81.9.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` icu4c ICU use is a significant feature of the PR or issue labels Feb 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 12, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 12, 2026
Merged via the queue into main with commit cd181e4 Feb 12, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.81.9 branch February 12, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue icu4c ICU use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants