mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
Using the official repo, the ubuntu package installs most of it's files in /mssql-cli . Proper location would be something along the lines of /usr/share/mssql-cli/ or maybe in /opt .
# Description The CLI tool crashes when you cancel a query with CTRL+C. **Traceback** ``` ^CCancelling query... Query cancelled. Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main...
RHEL 8 is supported on both SQL Server 2019 and .NET Core. mssql-cli should in turn add support here.
Tasks: - [x] auto detect less.exe if config set to auto and pager env var is unset - [ ] ADO build pipeline to build less.exe, with code signing, TSA...
Very little is understood about which features (i.e. special commands, auto-completion, non-interactive mode, etc.) are getting used by mssql-cli customers. We can't improve support of our most popular features if...
Logs jump up in size > 5MB per session. They're too verbose, and some investigation is required to figure out why this is.
I'm having trouble declaring a variable and a cte in one statement. This is something that works with `sqlcmd`. Statement ``` STMT=$(cat
The following fails `mssql-cli -S somehost -U someuser -Q 'select {d '2050-01-01'}'` However, the SQL statement runs in, for example, DataGrip connected to the same sqlserver using a jdbcdriver. The...
We're currently using a permanent DB for testing. We need to create temporary DBs when tests run. Also: use our old SQL server instance.
Action items: - [x] Fix intro paragraph - [x] Update features - [x] Installation instructions at home page - [x] Installation instructions for each subpage - [ ] Add latest...