docs icon indicating copy to clipboard operation
docs copied to clipboard

PR #102607 - cli/sql: new output format `json` alongside `ndjson`

Open cockroach-teamcity opened this issue 2 years ago • 0 comments

Exalate commented:

Related PR: https://github.com/cockroachdb/cockroach/pull/102607 Commit: https://github.com/cockroachdb/cockroach/commit/06201b95d3b4fc6ddaf9a759642c01dacd4093f4 Fixes: CRDB-27556


Release note (cli change): The CLI commands that output SQL data now support the output format JSON (--format=json), in addition to newline-delimited JSON (ND-JSON, --format=ndjson) that had been supported since v22.2.

Jira Issue: DOC-7648

cockroach-teamcity avatar May 13 '23 05:05 cockroach-teamcity