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
323 stars 56 forks source link

fix: EXIT parameter merge with current batch #455

Closed shueybubbles closed 10 months ago

shueybubbles commented 10 months ago

Fixes #454 Simply appends the query parameter to the current batch before running the query and exiting.