Skip to content

dolt 1.81.10#267321

Merged
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.10
Feb 13, 2026
Merged

dolt 1.81.10#267321
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.81.10

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
# Merged PRs

dolt

  • 10496: /{docker,go,integration-tests}: install git in docker containers, fix .git suffix on clone in sql-server

go-mysql-server

  • 3427: Do not wrap hoisted subquery in Limit node until AFTER checking if it's a SubqueryAlias
    Wrapping subquery nodes in a Limit node before checking if it was a SubqueryAlias was causing us to not find SubqueryAlias nodes. This was noticed when investigating dolthub/dolt#10472. We should probably be inspecting the whole node instead of simply checking the node type, but this is a quick fix.
    filed dolthub/dolt#10494 to add better test coverage and address TODOs
  • 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

Closed Issues

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


@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 13, 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 13, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 13, 2026
Merged via the queue into main with commit 7044c17 Feb 13, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.81.10 branch February 13, 2026 03:22
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