github dolthub/dolt v1.59.4
1.59.4

4 hours ago

Merged PRs

dolt

go-mysql-server

  • 3199: Add added column to CreateConstraint scope
    fixes #9795
  • 3197: #9794 - Fix string function panics with Dolt TextStorage
    Fixes #9794
  • 3196: Do not push down filters for Full Outer joins
    fixes #9793
    Filters for Full Outer joins should not be evaluated until after tables have been joined.
  • 3195: Initialize newChildren with node.Children to avoid nil child during replaceIdxSort
    fixes #9789
    continue in JoinNode case was resulting in nil child in newChildren array. This would later cause a panic when child would be referenced.

Closed Issues

  • 9794: Panic when trimming values in table
  • 9795: Alter Table Failure
  • 9793: FULL OUTER JOIN with FALSE condition returns incorrect results when filtering NULL values

Don't miss a new dolt release

NewReleases is sending notifications on new releases.