Skip to content

dolt 1.80.0#261930

Merged
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.80.0
Jan 9, 2026
Merged

dolt 1.80.0#261930
BrewTestBot merged 2 commits intomainfrom
bump-dolt-1.80.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
This release contains a backwards incompatible change to the Dolt command line interface. Dolt is now far more strict about which CLI subcommands require the presence of a Dolt repository. Many CLI commands that would work when being run outside of a Dolt repository directory, especially when a Dolt SQL server was running, will now error.

Merged PRs

dolt

  • 10289: Consistently implement which commands require a repo
    Add a test file to ensure behavior
  • 10281: drop schema support
  • 10262: fsck to walk references and report missing/corrupted objects
    Currently dolt fsck just validates all chunks have a valid address. This change extends the validation to three phases.
    1. Validate chunks have valid addresses
    2. Collect the commits we can reach from branches/tags
    3. Walk the content trees of reachable commits. Walking is performed with the serialmsg.WalkAddrs() itereator.

go-mysql-server

  • 3371: Error out for NATURAL FULL JOIN
    Fixes dolthub/dolt#10268
    Part of dolthub/dolt#10295
    Relies on dolthub/vitess#447 and adds test
  • 3368: Do not parse trigger bodies in LoadOnly context
    fixes dolthub/dolt#10287
    fixes dolthub/dolt#10288
    This PR adds a LoadOnly flag to a trigger context so that the body of a CreateTrigger statement is not unnecessarily parsed. This avoids parsing the trigger body every time an insert, update, or delete is called and only parses it when the trigger is actually relevant to the event. This also avoids parsing the trigger body when show trigger is called.
    This PR also rearranges some things in buildCreateTrigger to be more performant.
  • 3367: drop schema support
  • 3366: Fix query ok for drop view
    fixes dolthub/dolt#10201
  • 3365: Handle more types in abs
    fixes dolthub/dolt#10171
    fixes dolthub/dolt#10270
    Add case for bool types and add default case that tries to convert value to Float64.

vitess

  • 447: Parse NATURAL FULL JOIN
    Part of dolthub/dolt#10268
    Part of dolthub/dolt#10295
    Any join with the NATURAL prefix that was not a LEFT or LEFT OUTER JOINwas getting parsed as aNATURAL RIGHT JOIN. This PR allows for NATURAL FULL JOINto be parsed correctly and also prevents invalid joins using theNATURAL` prefix from getting parsed.
  • 445: /go/vt/sqlparser: support float8

Closed Issues

  • 10268: NATURAL FULL JOIN incorrectly parsed as NATURAL RIGHT JOIN
  • 10230: The current directory is not a valid dolt repository. inconsistently reported inside a dolt repository
  • 10288: Every single trigger definition is parsed for every single insert, update, or delete
  • 10287: When a trigger references a column that no longer exists, errors should only be thrown when the trigger is actually triggered
  • 10283: Non-local tables appear twice in show tables, dolt workbench.

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


@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 Jan 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 9, 2026

🤖 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 Jan 9, 2026
@BrewTestBot BrewTestBot enabled auto-merge January 9, 2026 04:16
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 9, 2026
Merged via the queue into main with commit 1df3921 Jan 9, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.80.0 branch January 9, 2026 04:25
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