github dolthub/dolt v1.83.3
1.83.3

latest release: v1.83.4
21 hours ago

Merged PRs

dolt

  • 10645: use sql.Row and sql/type.Compare for dolt_diff table
    This was one of the few non-test places we were instantiating and comparing noms types values. Converted it to use the native SQL types Compare method
  • 10640: /{go,integration-tests}: handle scp style git remote urls better
  • 10581: commit verification workflow
    Provide a resolution workflow for when commit_verification fails during rebase/cherry-pick/merge.

go-mysql-server

  • 3461: Update ON UPDATE columns during INSERT...ON DUPLICATE KEY UPDATE
    fixes #10627
  • 3455: Do not convert AntiJoins to LeftOuterJoin when inside an Update node
    fixes #10600
  • 3451: Route unknown-user auth failures to ER_ACCESS_DENIED for clients
    Fix #10565
    • Fix malformed packet in mariadb 10.11 and 11.8 clients when using unknown user.
      Authentication failures for unknown users follow the mysql_native_password negotiation path instead of a handshake-level method-selection failure.

vitess

  • 458: Fix server-to-client authentication error packets to be server only
    Fixes #10565
  • 456: add AuthInformation to FuncExpr

Closed Issues

  • 10627: INSERT INTO...ON DUPLICATE KEY UPDATE... does not respect ON UPDATE columns
  • 10642: DoltHub API: PR merge endpoint doesn't update PR state + case-sensitive auth header parsing
  • 3453: In-memory database: concurrent transactions on different rows cause lost updates

Don't miss a new dolt release

NewReleases is sending notifications on new releases.