mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
We use commandline tools to transfer data from postgresql, mysql and sqlserver to (in our case) a postgresql server. The basic idea is like this (in this case we get...
The following packages have unmet dependencies: mssql-cli : Depends: libicu52 but it is not installable or libicu55 but it is not installable or libicu57 but it is not installable or...
Hello, I am using Windows 10 (version 19536.1000) and windows powershell 5.1. My database is in a docker container. When writing `\e` in the prompt, I get the following error...
SLES 12 is supported on both SQL Server and .NET core. It is recommended that mssql-cli adds support for this platform as well. 0.15.0 is the last supported release for...
Since SSMS is not available for ARM, I was seeking out alternatives and ran across this. Of course I can use mssql-cli's x86 edition via emulation, but I've been trying...
Hi, this tool doesn't seem to work with recent versions of Python 3. ``` # mssql-cli Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals,...
Should mimic functionality from pgcli: https://github.com/dbcli/pgcli/pull/483
For auto-completion history, set a cutoff for certain size.
Is it possible to use mssql-cli with a database which has Always Encrypted feature on certain fields?
Found this when testing the 2.0 PR with `dbcli-test` database: ``` Version: 0.15.0 Mail: [email protected] Home: http://github.com/dbcli/mssql-cli dbcli_test> \d "SalesLT"."Product" list index out of range dbcli_test> ``` it's also broken...