mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
Hi all, I'm writing this issue because I came across an error when using mssql-cli with the latest Pyton 3.10. Installation goes fine, however, when trying to run mssql-cli to...
mssql-cli depends on old version of cli-helpers, prompt-toolkit, and sqlparse, which are incompatible with the newer versions that are required by pgcli 3.0.0. Is it possible to update these libraries?...
Hi no mssql-cli package for Ubuntu 22.04 LTS is found https://github.com/dbcli/mssql-cli/blob/main/doc/installation/linux.md
Reference Link : https://docs.microsoft.com/en-us/windows-server/administration/linux-package-repository-for-microsoft-software
I have temporal tables enabled. This results in PeriodEnd and PeriodStart being exported on all tables. How to exclude that (or better: how to exclude columns)?
This might be a duplicate of #231, but that was closed as fixed referencing [non-interactive output options](https://github.com/dbcli/mssql-cli/blob/master/doc/usage_guide.md#outputting-a-query-execution-in-non-interactive-mode). However that only talks about ways running in non-interactive mode and options to...
When the username (-U) contains an @, it will assume a username on the left side and a server address on the right side of the @. appending an extra...
## No arm64 Support Future Macs may all use the arm64 architecture. Please add support for arm64, thanks! ## System Info ``` plain OS: macOS Monterey Version 12.1 (21C52) Chip:...
Since I reinstalled my system to Debian 10 I can no longer connect to a remote `mssql` server. When I try to connect to a remote server the process never...