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.49.2 #208055

Merged
merged 2 commits into from
Feb 17, 2025
Merged

dolt 1.49.2 #208055

merged 2 commits into from
Feb 17, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

go-mysql-server

  • 2853: [expression] coalesce should cast return values
    fixes: BUG: Element types don't match MySQL: query-results have inconsistent types dolthub/go-mysql-server#2847
  • 2850: processlist: Allow for killing the context associated with non-query operations like SetDB and Prepare.
    The processlist maintains a Process struct for a given mysql.Conn, and registers a context.CancelFunc for the running operation when the handler dispatches it. This works for queries today. This PR makes it so we also register CancelFunc callbacks for operations which touch the database but do not put the connection into CommandQuery, such as Prepare and ComInit.
  • 2849: PlanBuilder: Fix spelling in error message s/prodecure/procedure
    Fix spelling of word "procedure".
    Since this is trivial, if it makes it easier for maintainers to make a commit like this themselves, or include as part of something else -- I don't mind.
  • 2845: Added external function provider
    This adds an external function provider, currently needed for Doltgres to get function creation working. This is intended to be a temporary measure until a more permanent solution is developed (which may involve modifying Dolt's DatabaseProvider).

vitess

  • 398: Add select expressions for the Postgres INSERT ... RETURNING support
    Postgres allows INSERT statements (and also UPDATE and DELETE) to specify a RETURNING clause with select expressions and will then evaluate those expressions against the affected rows and return the results. This change adds initial support for the RETURNING select expressions so that they can be represented in the AST. (PostgreSQL docs)
  • 397: /.github/workflows: bump hosted runners
  • 396: Implemented WalkableSQLNode for InjectedExpr
    This is required to examine / manipulate an expression tree involving one of these expressions
  • 395: syntax for drop temporary table ...

Closed Issues

  • 8839: dolt sql --result-format=parquet --file path.sql prints garbage to stdout
  • 8791: dolt clone allows cloning a repo with a journal, but only if that repo is in a child directory.
  • 2847: BUG: Element types don't match MySQL: query-results have inconsistent types

@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 Feb 17, 2025
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 Feb 17, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 17, 2025
Merged via the queue into master with commit 8f76cd6 Feb 17, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.49.2 branch February 17, 2025 23:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants