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.43.6 #194702

Merged
merged 2 commits into from
Oct 17, 2024
Merged

dolt 1.43.6 #194702

merged 2 commits into from
Oct 17, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

go-mysql-server

vitess

  • 371: support quoted character set values
    This PR adds syntax support for quoted character set values.
    fix: quoted character set value is not supported dolthub/dolt#8455
  • 370: Collapse union types
    Replace union type with one interface type. Static type access in reducer stack become runt-time interface conversions. The compiler builder loses the ability to do type checking at build time, so type safety has to be checked with testing.
    Additional type enforcements are needed for nil-safety. Nil return values have to be typed correctly in the interface variable for casts up the stack to pass. Interface types do not have default nil values, so I've added tryCastXXX helper functions to accommodate untyped nils.

Closed Issues

  • 8455: quoted character set value is not supported
  • 8447: ERROR: 1105 (HY000): handler caught panic: UnresolvedColumnDefault is a placeholder node, but Type() was called
  • 8448: Incorrect type inference for COALESCE of system variables
  • 8443: Log metrics calls to eventsapi.dolthub.com in the Dolt server logs at appropriate log levels
  • 8440: Connector/NET: A warning causes stack overflow
  • 2671: setting two foreign keys to associate with the same field, deleting data is normal but does not take effect

@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 Oct 17, 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 Oct 17, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 17, 2024
Merged via the queue into master with commit bb2ef27 Oct 17, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.43.6 branch October 17, 2024 01:26
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