Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 10110: dolthub/dolt#7628: Refactor dolt backup to use SQL interface
    Fixes dolthub/dolt#7628
    The dolt backup command now interfaces through SQL to execute stored procedure dolt_backup. The dolt_backup procedure now supports HTTP and HTTPS URLs for add, restore, and sync-url parameters as a result. AWS flags are also supported for the above too, but only outside of the sql-server (this goes for both CLI and SQL interfaces).
    • Removed DoltEnv-based subcommand implementations and replaced them with calls to stored procedure dolt_backup.
    • Updated schema for dolt_backups to include params column.
    • Added support for HTTP and HTTPS in dolt_backup procedure's add, restore, and sync-url parameters. We implicitly use the dialer provided by Session.Provider() to get remote databases.
    • Added helper/remotesrv-common.bash with remotesrv_start, remotesrv_stop, and wait_for_port functions to test dolt backup against HTTP remote server.
    • Updated stored procedure test harness to use local system files for dolt_backup.
    • Removed backup.bats from local-remote.bash list so tests run on remote server.
    • Add AWS flags --aws-region, --aws-creds-type, --aws-creds-file and --aws-creds-profile to dolt backup restore.'
    • Switch TestDoltStoredProcedures to use local file system due to limitation on InMem.TmpDir() incompatibility.

go-mysql-server

  • 3318: dolthub/dolt#10113: Fix DELETE queries with NOT EXISTS uninitialized subqueries
    Fixes dolthub/dolt#10113
    DELETE queries with NOT EXISTS subqueries failed because EXISTS expressions did not set the refsSubquery flag. This caused DELETE queries to use a simplified analyzer batch that skipped subquery initialization, leaving subqueries without execution builders.
    • Refactor EXISTS expression building to reuse buildScalar() for *ast.Subquery, ensuring refsSubquery is set.
    • Capture the table node for simple DELETE queries before buildWhere() wraps it.
    • Separate concerns between explicit targets and implicit targets in a bool, but keep all targets in the same list to handle wrapped targets.
    • Add WithTargets() method to update targets without changing the explicit/implicit flag.
    • Fix offsetAssignIndexes() fast path to skip when virtual columns are present, using the full indexing path instead.

Closed Issues

  • 10113: Dolt attempted to evaluate uninitialized subquery , SQL compatibility adjustment
  • 7628: Migrate dolt backup to SQL
  • 10008: Implement client certificate authentication

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


@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 Nov 27, 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 Nov 27, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 27, 2025
Merged via the queue into main with commit 49fe18b Nov 27, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.78.5 branch November 27, 2025 05:48
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