Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 9979: dolthub/dolt#9977: Add DOLT_DIFF test with IN and NOT IN
  • 9978: Replace uses of io.EOF in merge logic with an explicit return value.
    Previously, methods in patch_generator.go would return io.EOF to indicate that it had finished diffing two branches and that there were no more differences.
    While this was a simpler interface, it meant that callers had to know whether or not it was possible for the returned error to be io.EOF and had to remember to check for it. Otherwise, that error could get propagated to the method's own caller.
    This caused a correctness bug, where a function was assumed to never return io.EOF instead of checking for it.
    A safer approach is to have a separate return value to indicate whether or not there can possibly be any more patches. That way, failing to check this value would become a compiler error.
  • 9961: docker-entrypoint.sh: Add missing dependencies for SQL file extraction and amend MySQL entry point behavior
    Fixes dolthub/dolt#9955
    • docker-entrypoint.sh now matches the order of operations of MySQL's entry point, user and database environment variables are configured before the docker-entrypoint-init.d/ directory.
    • Added missing dependencies for SQL file extraction inside of serverDockerfile.
    • docker-entrypoint-initdb.d files are now piped directly into dolt sql to fix Argument list too long error when parsing a large dump.
    • docker-entrypoint-initdb.d files now output their query results.
    • Some status messages have changed to match MySQL's entry point.
    • Increased timeout on run_container in bats integration tests to reduce false positives.
    image

go-mysql-server

  • 3276: Truncate strings for datetime conversion
    fixes dolthub/dolt#9917
  • 3275: dolthub/dolt#9977: Prevent filter pushdown for Anti joins for NOT IN
    Fixes dolthub/dolt#9977
    Companion dolthub/dolt#9979
  • 3274: Do not convert full outer joins to cross joins
    fixes dolthub/dolt#9973
  • 3270: dolthub/dolt#9969: Fix ENCLOSED BY ignoring terminator inside of field when using LOAD DATA INFILE
    Fixes dolthub/dolt#9969
  • 3269: Add Grafana to listed Backends
  • 3267: Fix GroupBy validation for queries with Having
    fixes dolthub/dolt#9963
    In #3166, I had skipped adding aggregate function dependencies to the from scope of the Having node because they were being included in the select expressions during GroupBy validation. However, removing them caused other scoping issue.
    So I undid the skip, and instead of using the select expressions from the innermost Project node, we now use the select expressions from the innermost Project node that is not a direct child of a Having node. This exposed a bug where we were not able to resolve aliases in OrderBy expressions so I added Alias expressions to the select dependency map used for resolving OrderBy and Select expressions

Closed Issues

  • 9917: Inconsistency of DATETIME between Dolt and MySQL
  • 9977: IN subquery predicate with NOT IN incorrectly returns rows when querying DOLT_DIFF
  • 9969: Enclosed fields not handled correctly in LOAD DATA
  • 9973: full (outer) join on empty table returns empty set
  • 3221: go-mysql-server can no longer claim to be "pure Go"
  • 3264: Panic When Comparing Decimal against NaN

View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.76.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 Oct 22, 2025
@github-actions
Copy link
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 Oct 22, 2025
@BrewTestBot BrewTestBot enabled auto-merge October 22, 2025 02:57
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 22, 2025
Merged via the queue into main with commit e2f5730 Oct 22, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.76.0 branch October 22, 2025 03:08
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.

3 participants