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.42.16 #182811

Merged
merged 2 commits into from
Aug 29, 2024
Merged

dolt 1.42.16 #182811

merged 2 commits into from
Aug 29, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 8300: Fix nil panic in using dolt show to inspect secondary indexes.
  • 8299: More consistent return types for dolt procedures
    Most procedures that return integers return int64, but there are a few exceptions. The procedures that return int break in doltgres here
  • 8297: dolt_workspace_* update and delete support
    This change adds the ability to update dolt_workspace_ tables. Updates can take two forms:
    1. The "staging" column of the table. may be toggled from it's current state. If setting from false to true, the working value will be written into the staged table. Setting from true to false will remove the row from staging, and leave the value in working as is.
    2. You can delete any row which has a "staged" column of false. This will revert the workspace changes and return them to the original value.
  • 8186: Add support for Doltgres indexes

go-mysql-server

  • 2641: Correctly handle indexes on virtual columns
    Fixes Indexes on virtual generated columns generate incorrect results. dolthub/dolt#8276
    Lots of small behaviors around virtual columns were not working correctly:
    • Adding an index on a virtual column triggered a table rebuild even when this wasn't necessary
    • Rebuilding a table that contained virtual columns could lead to incorrect results
    • Inserting into a table with a virtual column could update indexes incorrectly
    • Adding a generated column to the start of a table could lead to incorrect results
      This PR adds tests for these cases and fixes them by tweaking the logic for projections on tables with generated columns.
  • 2638: Change ranges to an interface

Closed Issues

  • 8276: Indexes on virtual generated columns generate incorrect results.

@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 Aug 29, 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 Aug 29, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 29, 2024
Merged via the queue into master with commit d6e6162 Aug 29, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.42.16 branch August 29, 2024 01:56
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