github dolthub/dolt v0.28.1
0.28.1

latest releases: v1.43.10, v1.43.9, v1.43.8...
3 years ago

Merged PRs

dolt

  • 2061: Fix bug on deleting parents of user created directory
    Addresses issue #2052
  • 2041: Added a global commit lock
  • 2040: drop primary key does not fail on foreign key conflict if fallback index exists
    this is what I need for MLflow, which errored in the original implementation:
    dolt sql -q "CREATE table parent (pk int, val int, primary key (pk, val), key `backup` (val))"
    dolt sql -q "CREATE table child (pk int, val int, foreign key (val) references parent (val))"
    dolt sql -q "alter table parent drop primary key"
  • 1901: dolt_remote table read path
    This PR originally supported reading and writing a dolt_remotes system table.
    It is far bigger than necessary to just support the write path. But the write path code here still works.
    The SessionStateAdaptor refactor removed write path support, so a lot of the code is currently dead. The Insert/Update/Delete code and bats tests still work if we implement SessionStateAdaptor.AddRemote and SessionStateAdaptor.DeleteRemote, so I think the code is worth keeping. I refactored the CLI functions in the process of adding Insert/Delete/Update to avoid duplication, though it is unnecessary until dolt_remote writes are fixed.

go-mysql-server

  • 534: server/server: Support configuring TLSConfig in the vitess Listener.
  • 529: Vinai/load file

Closed Issues

  • 2052: client version mismatch with aws remote
  • 1125: Error in merge error messaage
  • 2046: "not like" syntax is broken for Null values.
  • 1968: Add support for LOAD_FILE()

Don't miss a new dolt release

NewReleases is sending notifications on new releases.