dolt icon indicating copy to clipboard operation
dolt copied to clipboard

`dolt diff --stat -r sql` is unimplemented

Open jycor opened this issue 1 year ago • 0 comments

Before, we used to print tabular output for dolt diff --stat -r sql. Now, we just throw an unsupported error. There's a skipped bats test in sql-diff.bats

Repro:

dolt init
dolt sql -q "create table t (i int);"
dolt diff --stat -r sql

Added here: https://github.com/dolthub/dolt/pull/7810

jycor avatar May 02 '24 22:05 jycor