mssql-cli icon indicating copy to clipboard operation
mssql-cli copied to clipboard

A command-line client for SQL Server with auto-completion and syntax highlighting

Results 115 mssql-cli issues
Sort by recently updated
recently updated
newest added

`GO [count]` will execute a statement as many times as specified by the parameter. SqlCmd supports this feature ([docs](https://docs.microsoft.com/en-us/sql/t-sql/language-elements/sql-server-utilities-statements-go?view=sql-server-ver15)).

area: interactive

Our current sdist approach only compiles on macOS, which means that installation on Windows breaks (and likely Linux, too). Our sdist needs to work universally. This is a requirement for...

area: packaging

Sometimes users want the ability to choose a different indicator for when to execute a multi-line query. Adding a config option to allow a user to change "GO" to ";"...

As mentioned in #105—we output errors to stdout rather than stderror. We should consider changing this functionality where applicable.

When selecting data using `-Q`, I can't get it to use vertical output if `expand` is set to `auto`. Is there a way to set the `expand` to `always` not...

enhancement
area: non-interactive

Presently, there is no command line option or environment variable to supply a CA Certificate PEM file. This features is helpful for deployments where certificates may not be supplied by...

enhancement
area: connection

I get a crash when trying to run a built-in stored procedure: ``` HRDB> exec sp_spaceused; Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader,...

bug
area: interactive