Brian O'Neill
Brian O'Neill
Thanks for reporting this. Can you try setting the following environment variable, and seeing if that prevents the temp files from being created? `export COMPlus_EnableDiagnostics=0` If that works, we can...
Unfortunately, mssql-cli does not currently support AAD auth. This is due to a limitation of SqlClient on .NET Core, which is used by the [Microsoft/sqltoolsservice](https://github.com/Microsoft/sqltoolsservice) and mssql-cli to connect to...
Not at the moment. mssql-cli uses the .NET Core System.Data.SqlClient driver to connect to SQL Server, and this driver does not yet Always Encrypted columns. If/when support is added to...
Not yet, but we're close now that all dependencies support the feature. All I think we need todo is wire up the '-g (enable column encryption)' parameter to set a...
Python 3.8 should work. Could you provide some more details so that we can try and reproduce this issue such as: 1. OS version and arch 2. mssql-cli version 3....
Testing on a 2008 service with the latest service packs, I'm not seeing this issue. Can you provide the server version details? I vaguely remember a later SQL 2008 service...
Did you specify the -E option when starting mssql-cli? If so, some more details would help. Could you specify mssql-cli version, error text, python version, and OS platform/distribution?
Definitely doable. This was prototyped awhile back in branch https://github.com/dbcli/mssql-cli/tree/ron/arm_support.
Fixed with PR #504. We'll be pushing out a new release with this fix in the next week or two.
Most definitely, but probably sometime next month in January given the holidays around the corner.