Skip to content

Releases: microsoft/go-sqlcmd

v1.8.2

12 Dec 20:11
458b787
Compare
Choose a tag to compare

Changes:

  • 458b787 use correct version for go toolchain (#560)
  • abdb3bf Fix: Make colon optional for reset (#559)
  • 58bc354 bump to docker v27.3.1+incompatible (#554)
  • 708776a Fix: Print headers when zero rows are returned (#558)
  • f3a0721 Bump golang.org/x/crypto from 0.24.0 to 0.31.0 (#557)
  • 0221d93 omit comments from commands (#548)
  • 412fe02 fix: When both -Q and -q are specified, take -Q input and finish (#547)
  • 5f78da8 Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible (#545)
  • 5532ff3 fix: Parse list flags correctly (#543)

This list of changes was auto generated.

v1.8.1

26 Aug 17:37
0221d93
Compare
Choose a tag to compare
v1.8.1 Pre-release
Pre-release

Version 1.8.1

  • Release date: August 26, 2024

What's new in 1.8.1

  • Fix: Parse list flags correctly for flags without spaces like -isomefile1 somefile2 -V10 (#543)
  • Fix: When both -Q and -q are specified, take -Q input and finish (#547)
  • Fix: Better handling of comments in commands (#548)
  • Update github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible (#545)

Full Changelog: v1.8.0...v1.8.1

v1.8.0

16 Jul 18:49
c7ab91d
Compare
Choose a tag to compare

Version 1.8.0

  • Release date: July 16, 2024

What's new in 1.8.0

  • Fix: Apply x flag during batch parsing (#542)
  • Update github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 (#538)

Full Changelog: v1.7.0...v1.8.0

v1.7.0

06 Jun 02:18
23ee876
Compare
Choose a tag to compare

Version 1.7.0

  • Release date: June 6, 2024

What's new in 1.7.0

  • Changes to enhance security of official builds (#536)
  • Incorporate latest go-mssqldb driver - version 1.7.2 (#534)
  • Update golang.org/x/net from version 0.21.0 to 0.23.0 (#527)
  • Update google.golang.org/protobuf from version 1.28.1 to 1.33.0 (#515)
  • Update golang.org/x/tools to version v0.18.0 (#513)
  • Update Go tools to version1.21 (#500)
  • Update docker/docker version to v24.0.9 (#508)
  • Resolve vars in error and out commands (#535)
  • Fix parsing of multiline strings (#516)
  • Handle error from osuser.Current (#503)
  • Update text of README.md (#518)

Full Changelog: v1.6.0...v1.7.0

Version 1.6.0

09 Jan 19:52
992aa2c
Compare
Choose a tag to compare

Version 1.6.0

  • Release date: January 9, 2024

What's new in 1.6.0

  • Add product name and description to output (#452)
  • Implement -L for local instances (#483)
  • Default value for -N is now TRUE to match ODBC SQLCMD (#498)
  • Fix formatting for port numbers to not include commas (#489)
  • Update golang.org/x/crypto from 0.14.0 to 0.17.0 (#493)
  • Update github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible (#475)

Full Changelog: v1.5.0...v1.6.0

v1.5.0

26 Oct 20:19
7002492
Compare
Choose a tag to compare

Version 1.5.0

  • Release date: October 26, 2023

What's new in 1.5.0

  • Update Docker from v20.10.24 to v24.0.6 (#472)
  • Update golang.org/x/net from 0.14.0 to 0.17.0 (#469)
  • Localization Improvements (#464, #465, #466, #467)
  • Fix issues with special characters in files (#463)
  • Enhanced handling of extended characters in UTF8 input files (#473)

Full Changelog: v1.4.0...v1.5.0

v1.4.0

18 Sep 20:26
2c2da58
Compare
Choose a tag to compare

Version 1.4.0

  • Release date: September 18, 2023

What's new in 1.4.0

  • Added support changing password on login (#461)
  • Added support for Always Encrypted -g (#457)
  • Added support for -e, -k and enhance -X, -r, -L support (#447)
  • Added support for TDS8 -N (#459)
  • Fixed EXIT parameter being sent as separate batch (#455)

v1.3.0

03 Aug 16:17
ff6d88f
Compare
Choose a tag to compare

Version 1.3.0

  • Release date: August 3, 2023

What's new in 1.3.0

  • Add support for extended chars in SQL instance names (#445)
  • Add support for passing multiple values via space delimited args for -i and -v (#440)
  • Support for longer inputs / larger SQL scripts (#441)
  • Further localization improvements (#444)
  • Improved help text / added instructions for Macs running Apple Silicon (M1/M2) (#375)

v1.2.1

09 Jul 05:49
ad518e3
Compare
Choose a tag to compare

Version 1.2.1

  • Release date: July 8, 2023

What's new in 1.2.1

v1.2.0

30 Jun 18:48
f504ba6
Compare
Choose a tag to compare

Version 1.2.0

  • Release date: June 30, 2023

What's new in 1.2.0

  • Added further flags for ODBC compatibility: -P, -y, and -Y (#369)
  • Miscellaneous ODBC compatibility fixes (#397)
    • Preserve blank lines in the batch
    • Add procedure name to errors when appropriate
    • Stub out -I and -R flags so they are allowed in scripts but have no effect on execution
  • Add errors for mutually exclusive parameters (#388)
  • Use TCP as default protocol (#374)