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

cli/zip: emit SQL table data using TSV by default #107474

Merged
merged 1 commit into from Jul 27, 2023

Commits on Jul 27, 2023

  1. cli/zip: emit SQL table data using TSV by default

    This is a partial revert of 35738d4.
    
    It changes the default value of the `--format` flag back from JSON to
    TSV.
    
    Release note (backward-incompatible change):
    THIS RELEASE NOTE CANCELS THE CORRESPONDING PREVIOUS BACKWARD-INCOMPATIBLE CHANGE.
    New behavior, compatible with previous versions of CockroachDB: the
    command `cockroach debug zip` stores data retrieved from SQL tables in
    the remote cluster using the TSV format by default.
    
    Release note (cli change): The default value of the `--format`
    parameter to `cockroach debug zip` is `tsv`, like other CLI commands
    that can extract SQL data.
    knz committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    38cf825 View commit details
    Browse the repository at this point in the history