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, butdolthubapi
usesNewCreatingWriter
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.