Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dolt diff --stat -r sql is unimplemented #7817

Open
jycor opened this issue May 2, 2024 · 0 comments
Open

dolt diff --stat -r sql is unimplemented #7817

jycor opened this issue May 2, 2024 · 0 comments
Labels
cli good first issue Good for newcomers good repro Easily reproducible bugs

Comments

@jycor
Copy link
Contributor

jycor commented May 2, 2024

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: #7810

@jycor jycor added good first issue Good for newcomers cli good repro Easily reproducible bugs labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli good first issue Good for newcomers good repro Easily reproducible bugs
Projects
None yet
Development

No branches or pull requests

1 participant