github dolthub/dolt v1.58.5
1.58.5

latest release: v1.58.6
11 days ago

Merged PRs

dolt

go-mysql-server

  • 3169: go.mod: Bump go-icu-regex. Picks up a wazero bump which improves amd64 behavior on builds with go 1.24.0+.
  • 3158: cache sql.Schema in plan.Project and plan.TableAlias
    Changes:
    • plan.Project.Schema() and plan.TableAlias.Schema() create a new sql.Schema every time they are called, which can be a lot during analysis. So, the results are cached.
    • sql.Index.Expressions() retrieves a new []string, so we should cache that as well. Additionally, many times we unqualify the results, so I added a UnqualifiedExpressions() to avoid doing this extra processing every time.
    • changes idxExprsColumns to avoid using strings.Split to avoid extra allocations

Closed Issues

  • 9641: 48 is beyond the maximum value that can be held by 1 bits

Don't miss a new dolt release

NewReleases is sending notifications on new releases.