You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dolt diff -r sql --stat also produces invalid SQL.
Honestly, dolt diff --stat is essentially a different command than dolt diff, since it doesn't actually produce a diff, only diff stats. We could define a json encoding of the diff stats, or we could just make --stat and -r mutually exclusive.
@timsehn, you labelled this as a customer issue? Does the customer want the diff stats in JSON format, or are we just looking to avoid generating invalid JSON output here?
dolt diff --stats -r json
produces invalid JSON (schema_diff has invalid content`):The text was updated successfully, but these errors were encountered: