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.21.4 #152312

Merged
merged 2 commits into from
Oct 25, 2023
Merged

dolt 1.21.4 #152312

merged 2 commits into from
Oct 25, 2023

Conversation

p-linnane
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 6870: Revert "Change parent order processing in commit iterator …"
    Reverting this commit after receiving customer testing feedback that there are still cases where we aren't finding the most specific commit and that query latency for some dolt_diff_<tablename> queries has increased.
    This reverts commit 2e5e6aa968c645d150ba112a6d507b3d516f296c
  • 6866: Store source database info in tables and columns.
    This allows the engine to differentiate between tables with the same name from different databases, in line with MySQL. This also moves us toward a less error-prone model for resolving table references in queries, where we generate IDs for tables and columns during plan building and use those instead of doing lots of string comparisons.
    The main reason for supporting this is that it allows writing queries like:
    SELECT * from `db/main`.table join `db/dev`.table using (pk)
    without having to put each branch in its own subquery.
    This is the dolt side of Allow queries with duplicate table names if those tables come from different databases and all references are unambiguously resolvable. dolthub/go-mysql-server#2090

go-mysql-server

  • 2091: Non-ambiguous ORDER BY col should not error
  • 2090: Allow queries with duplicate table names if those tables come from different databases and all references are unambiguously resolvable.

Closed Issues

  • 5305: Argument order is very important to the dolt CLI
  • 6861: Merging main into another branch breaks dolt_diff_<table>

@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 25, 2023
@github-actions
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 25, 2023
@BrewTestBot BrewTestBot enabled auto-merge October 25, 2023 02:51
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 25, 2023
Merged via the queue into Homebrew:master with commit 78ddf30 Oct 25, 2023
12 checks passed
@p-linnane p-linnane deleted the bump-dolt-1.21.4 branch October 25, 2023 03:06
@github-actions github-actions bot added the outdated PR was locked due to age label Nov 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 24, 2023
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.

3 participants