dbcli / dbcli/mssql-cli

"sp_helptext" command should output only the result (without "frame")

Open
#493 0 comments 5 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.4k
Forks
191
PR merge metrics
No merged PRs in 30d

Description

First of all, that's feature request.

When using `sp_helptext` command, it would be better not to print the "frame" (Example 1) where the output of the command is inside of.

Like this:
```
+-----------------------------------------------------------------------------------------------------------------------+
| Text |
|-----------------------------------------------------------------------------------------------------------------------|
| Content |
+-----------------------------------------------------------------------------------------------------------------------+
Commands completed successfully.

```

Especially when using `-Q` option.

That allow us to use mssql-cli in scripts context because the output would be more "parseable".

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.