Releases: microsoft/go-sqlcmd
Releases · microsoft/go-sqlcmd
v0.11.0
Changes:
- 8d13122 allow var names to start with _ (#195)
- 403f8eb on error name back-compat with odbc (#192)
- 6749e02 Fix esrpcodesigning task (#191)
- 3f7c4ad Build cmd/modern dir as per current dir structure (#186) [ #185 ]
- 1d4adeb Check sub-command for modernCLI only if specified (#184)
- 41c71c2 on error ignore precedence over -b (#181)
- c211944 OnError command support in GoSQlCmd (#166)
- 39f8c1d Merge pull request #138 from microsoft/shueybubbles/bcp
- 35c5869 Move to Azure SQL Edge nomenclature
- 41d640c Saving changes
See More
- 2ef600b Fix lint warning
- 10ee238 Modern CLI - Part 2
- 9b59da6 Capitalize proper noun in README (#174)
- f1c0b5c Merge pull request #165 from microsoft/stuartpa/modern-cli
- 39e2a73 Fix lint issues
- c1a36d0 Fix lint issues
- a11e4a4 Fix lint items
- af30136 Modern POSIX style CLI for SQLCMD
- ec7b53a Merge pull request #161 from microsoft/stuartpa/normalize-eol
- 4276145 Merge conflicts
- fa66fe4 Merge conflicts
- 45c41c9 Merge fix-tests-for-windows branch
- bbc1dea Make filename cross plat, and normalize EOLs
- b5c9ab2 Merge branch 'main' into stuartpa/normalize-eol
- dcd3c2e Merge conflicts
- e397f4e Refactor and separate sqlcmd errors from server erros (#160) [ #144 ]
- f251bca Saving changes
- 5a0c911 Normalize eol
- f3d651a Initialize versionTag for release pipeline (#150) [ #145 ]
- fdcda30 exit on ctrl-c (#156)
- dfa27e0 Stub -M and fix !! (#152)
This list of changes was auto generated.
v0.10.0
What's Changed
- fix product build to use go 1.18 by @shueybubbles in #117
- Spelling by @jsoref in #112
- update go-mssqldb ref for arm build by @shueybubbles in #118
- support variables in some commands by @shueybubbles in #123
- Implement !! command by @shueybubbles in #125
- Initialize console if -U is specified by @apoorvdeshmukh in #121
- Add s390x build by @shueybubbles in #132
- adding logo png by @dzsquared in #136
- Choco (Windows) release package by @stuartpa in #135
- Add --version flag by @stuartpa in #100
- fix SQL_VARIANT type handling by @shueybubbles in #130
- block sys commands on -X by @shueybubbles in #142
- Redirect sqlcmd errors to err stream by @apoorvdeshmukh in #143
- Implement
:ED
by @shueybubbles in #146 - implement -s, -w, -W by @shueybubbles in #147
- implement startup script by @shueybubbles in #148
New Contributors
Full Changelog: v0.9.0...v0.10.0
v0.9.1
Changes:
- 6964362 Merge pull request #132 from microsoft/shueybubbles/129
- 961b014 Add s390x build
- fe6b80a Initialize console if password is required (#121)
- 8116d58 Implement !! command (#125)
- a99126e Create codeql.yml (#126)
- f05207d support variables in some commands (#123)
- eeea072 update go-mssqldb ref for arm build (#118)
- 5f11856 Spelling (#112)
- d378b4b fix product build to use go 1.18 (#117)
- 8d632fe Fix evaluation of variables in included files (#116)
v0.8.1
What's Changed
- add icon to windows EXE by @shueybubbles in #97
- do not treat \ as escape character in strings by @shueybubbles in #96
- Fix -b, so it doesn't always error by @stuartpa in #99
- Raise error for missing input file by @apoorvdeshmukh in #104
New Contributors
- @apoorvdeshmukh made their first contribution in #104
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- MSI (Windows) release package by @stuartpa in #64
- exit on state 127 by @shueybubbles in #88
- Fix #87 by closing the
liner
instance before exiting - Fix #39
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- RPM/Yum/Zypper/Centos/Fedora/Suse packages by @stuartpa in #62
- use correct divider for instance name by @shueybubbles in #75
- implement -u switch by @shueybubbles in #79
- Debian(Buster/Stretch/Jessie)/Ubuntu(Focal/Bionic/Xenial)/Apt packages by @stuartpa in #63
- Docker release package by @stuartpa in #61
- Fix rendering of dynamic time values by @shueybubbles in #82
- Support UTF 16 input files by @shueybubbles in #83
- use microsoft go-mssqldb by @shueybubbles in #84
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Replace console module with liner by @shueybubbles in #53
- implement vertical format option by @shueybubbles in #54
- implement -r by @shueybubbles in #56
- Add version resource to Windows binaries by @shueybubbles in #59
- add a PR validation test action by @shueybubbles in #70
- Keep one connection open for the lifetime of sqlcmd by @shueybubbles in #71
- fix money column format by @shueybubbles in #72
- fix -h switch by @shueybubbles in #73
Full Changelog: v0.4.0...v0.6.0
Implement -r and vertical formatting
What's Changed
- Replace console module with liner by @shueybubbles in #53
- Implement vertical format option by @shueybubbles in #54
Full Changelog: v0.4.0...v0.5.0
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-mssqldb
driver 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