go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)

Results 128 go-sqlcmd issues
Sort by recently updated
recently updated
newest added

In implementing `sqlcmd open ads` for Mac, we've hit an issue, in that the name of the credential that ADS is expecting (via SqlToolsService) is named using UTF16 characters (the...

bug
ADS
Security

When generating the connection strings via `sqlcmd config connection-strings`, the ADO.NET doesn't work as is: - The connection string contains spaces that make it hard to just copy-and-paste it into...

bug
sqlcmd switch

would be helpful to be able to modify a user/endpoint/context rather than delete/re-create

enhancement
spec

sqlcmd open ads It prompts error : ![MicrosoftTeams-image (12)](https://user-images.githubusercontent.com/116666114/218730501-f726ef11-3f41-4643-95ca-a411e00f559a.png) Expected Output : Would be nice to have an equivalent of the sqlcmd -C, --trust-server-certificate, on the azuredatastudio.exe cmd line, so...

BugBash
ADS
Security

I had docker instance created along with explicitly installed sql server and when trying to connect to docker instance using backward compat syntax I see these messages. ``` C:\Users\apdeshmukh\git\go-sqlcmd>.\sqlcmd.exe -Slocalhost:1435...

bug
BugBash

Currently the Testcmd function just executes a command, but doesn't allow for further verification that the output generated was expected cmdparser.TestSetup(t) cmdparser.TestCmd[*AddEndpoint]() cmdparser.TestCmd[*AddContext]("--endpoint endpoint") cmdparser.TestCmd[*UseContext]("--name context") Provide a pattern that...

bug
housekeeping

Right now `sqlcmd start` does not block waiting for SQL Server to be running and ready for client connections. So if `sqlcmd query` is immediately run, it will fail with:...

bug
ADS

For POSIX systems, a man(1) page should be provided. The README.md already looks like it might have a good starting point for the man page content.

enhancement

This is related to the other issue on application_name. Where we are looking to set application name to "sqlcmd", but this request go further and asks that the application name...

enhancement
sqlcmd switch

I've been using this pattern for negative tests, that are expecting a failure: defer func() { test.CatchExpectedError(recover(), t) }() This pattern ends up causing a test to pass for any...

bug
testing
housekeeping