github dolthub/dolt v0.22.0
0.22.0

latest releases: v1.38.0, v1.37.0, v1.36.1...
3 years ago

We are excited to announce the minor version release of Dolt 0.22.0.

SQL Tables

We continue to expand the SQL tables that surface information about the commit graph, in this release we added:

  • dolt_commits
  • dolt_commit_ancestors
  • dolt_commit_diffs_<table>

SQL

We added support for prepared statements to our SQL server.

Merged PRs

  • 1019: Fix dolt ls --all
  • 1018: mysql-client-tests: Add some simple client connector tests for prepared statements.
  • 1016: Rewrote the README
  • 1015: go/go.mod: Bump go-mysql-server; support prepared statements.
  • 1014: Added bats test for index merging from branch without index
  • 1013: dolt_commits and dolt commit_ancestors tables
  • 1012: added reset_hard() sql function
  • 1011: Bh/commit diff
  • 1009: Richer commit message for Dolt Homebrew bump
  • 1008: Mergeable Indexes Pt. 2
    Tests for mergeable indexes
  • 1002: s/liquidata-inc/dolthub/ for ishell and mmap-go
  • 1001: NewCreatingWriter breaks dolthubapi with recent changes
    There might be a better fix for this, but dolthubapi uses NewCreatingWriter which breaks with Andy's recent changes (it's being used in dolthubapi here)
  • 233: Reorder Master
  • 232: Indexes search for exact match rather than submatches
  • 231: added 'auto_increment' to EXTRA field for DESCRIBE table;
  • 229: Add support for prepared statements.

Closed Issues

  • 1007: dolt push does not seem to push correctly in Windows Powershell
  • 1003: AUTO_INCREMENT column info does not display in describe table output

Don't miss a new dolt release

NewReleases is sending notifications on new releases.