Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
Fixes Getting autocommit error using
dolt conflicts resolvefor one of many tables on the CLI dolthub/dolt#9878Extended Adaptive values are values whose semantic meaning and serialization are defined by another module, and can be stored both inline in a tuple and out-of-band. It's currently used for text types in Doltgres.
Previously, when writing tuples, these values would get initially written inline, and then moved to out-of-band if the total tuple length exceeded some threshold. However, this caused issues if the value was longer than the max tuple length, resulting in truncation. These values must always be written out of band, so we now do it pre-emptively.
go-mysql-server
This is a follow-up to Relax restriction that was preventing us from caching the result of subqueries. dolthub/go-mysql-server#3205, catching a previously missed case.
In a tree like so:
But really we should consider the subquery to be a child of Join A, where it isn't the leftmost child. That is to say, encountering a join node while we're already walking a join tree shouldn't cause the
cacheSubqueryAliasesInJoinsto treat it as a new join.This allows for more subquery caching in places that would benefit from it.
FOR UPDATE OFFixes dolthub/dolt#9873
TEXT(m)supportFixes dolthub/dolt#9872
Companion dolthub/vitess#435
fixes dolthub/dolt#9868
doltgres test updated in dolthub/doltgresql#1887
Fixes dolthub/dolt#9857
Companion dolthub/docs#2676
vitess
FOR UPDATE OFFixes dolthub/dolt#9873
Companion dolthub/go-mysql-server#3234
Fixes dolthub/dolt#9872
Closed Issues
Airflow standalonesyntax errorfor update ofText(m)dolt conflicts resolvefor one of many tables on the CLIPerformance
| Overall Mean Multiple | 1.51 |
|:---------------------:|:----:|
View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.59.13.