github dolthub/dolt v1.43.17
1.43.17

10 hours ago

Merged PRs

dolt

  • 8582: Support dolt.rebase for doltgres
  • 8581: Support per-schema dolt_ignore for doltgres
  • 8579: Refactor AuthServer
    Minor updates to test code from changes in GMS and Vitess to refactor the AuthServer interface.
    Depends on: dolthub/go-mysql-server#2757
  • 8578: Fix dolt_rebase and dolt_ignore for doltgres
  • 8576: Change LateBindQueryist to use mysql.NewSalt()
    In preparation for refactoring the auth server interface in Vitess/GMS, this change makes LateBindQueryist call mysql.NewSalt() directly, instead of relying on the NewSalt() method on the MySQLDb instance (which internally calls mysql.NewSalt()).

go-mysql-server

  • 2759: ignore empty strings in sets with multiple values
    fixes: #8584
  • 2758: Fix for latin1 issue
    This potentially fixes:
    • #8580
      There's a longer comment in the code itself, but the summary is that this is a character set conversion issue. Perhaps it's repertoires or something else, but hopefully this moves us closer to the logically correct behavior.
  • 2757: Refactor: AuthServer
    This change refactors the AuthServer implementation in GMS to the new AuthServer / AuthMethod structure from dolthub/vitess#379
    This is preliminary work to set us up to add support for caching_sha2_password authentication.
    Related to: #8496
    Depends on: dolthub/vitess#379

vitess

  • 378: support set names binary syntax (no quotes)
    syntax for: #8574

Closed Issues

  • 8584: Support SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO'
  • 7548: Unable to push to doltlab when sql-server is running
  • 8488: excessive memory usage during SELECT DISTINCT query
  • 8452: The following is the log, it has been stuck at pulling..... for about one day. Is there any way to see if it is running normally?
  • 8572: Potential TUI tool like Lazygit

Don't miss a new dolt release

NewReleases is sending notifications on new releases.