Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dolt 1.39.0 #172683

Merged
merged 2 commits into from
May 24, 2024
Merged

dolt 1.39.0 #172683

merged 2 commits into from
May 24, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 7895: prevent filter-branch when there are local changes
    This PR changes filter-branch to detect any local changes so working/staged changes aren't lost.
    A future PR should include changes to have the working set just be applied over the result of dolt filter-branch.
    partially addresses: filter-branch destroys working and staged roots dolthub/dolt#7891

go-mysql-server

  • 2512: Spooling shortcut for one/zero return schemas
    Nodes that return zero or one row don't need a beefy channel/wait group setup to execute. They just need to grab the first row and close the iterator. There are several nodes that incorrectly reported their schemas previously, which I've updated to be more accurate. There are some nodes that optionally return rows, which I've simplified to return an empty schema that can be differentiated from the nil schema. We could make the distinction more explicit, also.
    bump with perf here: [no-release-notes] insert perf bump dolthub/dolt#7894
  • 2511: Adding mapping to error code 1049 for ErrDatabaseNotFound errors
    When a database doesn't exist, MySQL returns error code 1049. This change adds a mapping to error code 1049 for ErrDatabaseNotFound errors, and updates our handler so that ComInitDB messages will map errors to MySQL error codes.
    This is needed because tooling (e.g. Pomelo EntityFramework MySQL library) can rely on this error code in application logic.
    Related to Pomelo Entity Framework connector is not able to recreate database. dolthub/dolt#7890

Closed Issues

  • 7890: Pomelo Entity Framework connector is not able to recreate database.

@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` labels May 24, 2024
Copy link
Contributor

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

@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 May 24, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 24, 2024
Merged via the queue into master with commit 5fe50ae May 24, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.39.0 branch May 24, 2024 04:11
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 23, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants