Skip to content

Add support for JSON/YAML/XML of query results #151

Open
@stuartpa

Description

@stuartpa

Enable:

sqlcmd -Q "select my_col from my_table" --output json

And the output to stdout is json/yaml/xml etc. encoding of the result set. (probably following the server side FOR XML AUTO / FOR JSON AUTO encoding strategy)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions