mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
With local testing, I've confirmed that mssql-cli is displaying tables that have already been removed. This issue appears to be related to mssql-cli, having confirmed that these tables do not...
I’d like to see a way to disable autocomplete altogether, not just smart autocomplete (as discussed in #158 and #162). I found that setting the `PromptSession` parameter `complete_while_typing=False` does the...
I am running mssql-cli in a bash script in ubuntu and see hundreds of /tmp/foo files left lying around where foo is like clr-debug-pipe-29415-136842019-out clr-debug-pipe-29415-136842019-in They are FIFO pipes I...
My local server has a user with an empty password. To connect to the server, passing `-P ""` does not work (i.e. the client prompts for Password anyway). Also setting...
Running scripts from CentOS host. passing the --application-intent ReadOnly parameter, but the queries are being run against the current master.
I just installed mssql-cli via "pip3 install mssql-cli" by Dockerfile on a docker image based on alpine:3.11.3. I got version 0.17.3. Installation did not complain about anything (downloaded mssqlcli-1.0.4.tar.gz) About...
mssql-cli try only default_realm in /etc/krb5.conf if mssql has another realm than default it will throw exception. ``` Error message: Cannot authenticate using Kerberos. Ensure Kerberos has been initialized on...
pgcli has the ability to register DSN's within configuration file. See `alias_dsn` in [docs](https://www.pgcli.com/config) and then those can be accessed via the `--list-dsn` and `--dsn` options. It would useful to...
My end goal is to dump a Microsoft MSSQL database from Linux Debian. I have following the Debian installation guide without success, `apt-get install -f` does not install required dependencies:...
A merged PR implies that pipx can be used, but it doesn't work for me. ``` $ pipx install mssql-cli installed package mssql-cli 1.0.0, Python 3.9.0 These apps are now...