github dolthub/dolt v1.59.21
1.59.21

latest release: v1.75.0
2 days ago

Merged PRs

dolt

  • 9964: Enable AutoGC and Archive format by default
    In prep for dolt 1.75, this change makes auto_gc and archives the default.
  • 9957: go/libraries/utils/earl: Add special handling for AWS URLs with non-compliant host components so that we can bump the Golang version.
  • 9952: #9904: Add MariaDB connectors integration tests
    Fixes #9904
    Companion dolthub/docs#2691
  • 9940: go: sqle: Add support for visting GC roots in current table editors.
    This will unlock the ability to finalize GC even during long running statements. To accomplish this, we add support to table editors to visit their own GC roots. Stashed edits in a table editor need to be flushed before we visit them, so we do that here.
  • 9939: blobstore push/pull and conjoin
    Add support for pushing and pulling archives to blobstore remotes. This includes conjoin support.

go-mysql-server

  • 3267: Fix GroupBy validation for queries with Having
    fixes #9963
    In #3166, I had skipped adding aggregate function dependencies to the from scope of the Having node because they were being included in the select expressions during GroupBy validation. However, removing them caused other scoping issue.
    So I undid the skip, and instead of using the select expressions from the innermost Project node, we now use the select expressions from the innermost Project node that is not a direct child of a Having node. This exposed a bug where we were not able to resolve aliases in OrderBy expressions so I added Alias expressions to the select dependency map used for resolving OrderBy and Select expressions
  • 3265: Do not allow inserting NaN and Inf values into numeric type columns
    fixes #3264
  • 3263: Do not prune tables in semi-joins
    Fixes #9951
  • 3262: #9927: Fix SQL regression on UnaryMinus NULL CAST
    Fixes #9927

Closed Issues

  • 9963: Bug with having and dates
  • 9904: Add MariaDB Connectors to Supported Clients
  • 9951: Nested query exception
  • 3264: Panic When Comparing Decimal against NaN

Don't miss a new dolt release

NewReleases is sending notifications on new releases.