mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
Curious if the `
The package for Ubuntu 20.04 is missing. Could the .deb be pushed to the focal repo as well?
On Ubuntu 20.04, the following install via pip does not work: ```bash pip3 install --user mssqlcli ``` There are instructions to use a deb package for 18.04, but that's not...
Privilege elevation only applies to the curl process itself, not to the parent shell, and therefore not to the redirection. It's better to do the redirection within the child shell...
enum34 appears to be a potential source of problems when installed in environments using Python 3.4 or later [0, 1]. Apparently enum34 1.1.8 was able to avoid these issues, but...
Added the possibility to style the individual prompt placeholders, since I use a few of the placeholders but want the hostname to stand out a bit more. Uses the prompt_toolkit's...
Fix error ``re.error: bad escape \e`` #401
Problem --------- On aarch64, ‘pip install mssql-cli’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system....