mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
Hi! This is a follow-up of the discussion in #229: basically if I install `mssql-cli` latest stable release with pip by doing ``` pip install --user mssql-cli ``` then I...
I got error in my ubuntu machine running mssql-cli command gives me error of python command not found whereas in my machine python3 was installed, and when I changed the...
Added documentation for RHEL 8 and 9. Also, added `sudo tee` to `curl` command as `sudo` is needed to create that file.
**pip install mssql-cli is not working on macOS Sonoma Apple Silicon M1 Pro** # NB: pip is up-to-date Please refer to the following **terminal output** for details: ``` Last login:...
Building on arm64 ubuntu 22.04 gives thousands of warnings. Far too many to list here, but as an example: ``` /tmp/tmp.gBSBQdyNGN/Python-3.6.1/Objects/bytesobject.c:2481:5: note: in expansion of macro ‘BYTES_RSPLIT_METHODDEF’ 2481 | BYTES_RSPLIT_METHODDEF...
Can a .deb be supplied for Ubuntu 22.04 arm64 - currently only amd64 is supplied directly via wget
I am on an M1 macOS Ventura 13.4 and am trying to install this mssql-cli in the terminal. When running the following: `sudo -H pip3 install mssql-cli` This error message...
`sqlcmd` provides a [`:r`](https://docs.microsoft.com/en-us/sql/tools/sqlcmd-utility#sqlcmd-commands) meta-command to run commands from a file in the current session. `psql` spells it [`\i`](https://www.postgresql.org/docs/current/static/app-psql.html). Does this feature exist in `mssql-cli`? I tried both `:r` and...
Unable to install in a virtual env: `:mssql-cli $ python --version` > `Python 3.10.5` `:mssql-cli $ python -m pip install --upgrade pip` > `Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages (23.0)`...
This might be user error... I am running mssql-cli v1.0.0 Names and domains are changed because this is a work computer mssql-cli -S myserver,myport I do believe I am successfully...