Releases: microsoft/go-sqlcmd
Implement -b, -m, and -V switches
What's Changed
- implement error handling switches by @shueybubbles in #49
- Switch out AAD auth implementation to leverage go-mssqldb by @shueybubbles in #46
- Implement connect command and password prompt by @shueybubbles in #51
- Temporarily using a fork of
go-mssqldbdriver pending completion of PR denisenkom/go-mssqldb#723
Full Changelog: v0.3.0...v0.4.0
Sqlcmd v0.3.0
What's Changed
- allow _ and - in variable names by @shueybubbles in #43
- implement messages by @shueybubbles in #41
Full Changelog: v0.2.0...v0.3.0
Add ARM builds
Adds Linux arm64 and Windows arm binaries
Initial preview release
The go-sqlcmd project will provide golang-based versions of essential SQL Server utilities to aid in development of cloud-native solutions based on Microsoft SQL Server and Azure SQL Database.
This release of sqlcmd provides a subset of the functionality of our existing sqlcmd application.
Additionally, it supports authentication using service principals and Azure Managed Identity via the new --authentication-method parameter.
Details on the application and its differences from the ODBC-based sqlcmd can be found in the README
Please try it out and provide feedback on the Issues or Discussions forum.
Sqlcmd v0.0.5
Initial version with minimal functionality.