microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
339 stars 60 forks source link

No x64 option after v1.60? #549

Open AJHull opened 1 month ago

AJHull commented 1 month ago

Hello, I'm running x64 Windows, but I don't see any "-windows-x64.zip" options on your latest version v1.80.
https://github.com/microsoft/go-sqlcmd/releases/tag/v1.8.0

I had to go back to v1.60 to find a "-windows-x64.zip" option. https://github.com/microsoft/go-sqlcmd/releases/tag/v1.6.0

Do you still support x64?

Thanks

shueybubbles commented 1 month ago

I think there's been confusion about the "right" identifier to use for such a build. We settled on amd64 instead of x64 because other technologies referenced it that way more often. I'm open to see evidence if it was the wrong choice.

AJHull commented 3 weeks ago

Hi, thanks for quick reply.

So you are saying the AMD64 build is fully compatible on x64 machines? I'll give it a try.

I was referred to this repository from this Microsoft page, which specifies using the x64 version: https://learn.microsoft.com/en-us/sql/tools/sqlcmd/sqlcmd-utility?view=sql-server-ver16&tabs=go%2Cwindows&pivots=cs1-bash#direct-download

"Download the corresponding -windows-x64.zip or -windows-arm.zip asset from the latest release of sqlcmd (Go) from the GitHub code repository."