Skip to content

Releases: sigmacomputing/databricks-sql-go

v1.0.0-sigma.0

02 Jan 23:15
Compare
Choose a tag to compare

v0.2.0-sigma.0

01 Dec 01:15
46f7675
Compare
Choose a tag to compare
Don't ignore error in InitThriftClient (#16)

`thrift.NewTHttpClientWithOptions` may return an error, in which case
`tTrans` is `nil`, which causes the next line to panic with the message
`interface conversion: thrift.TTransport is nil, not
*thrift.THttpClient` on the next line.

Signed-off-by: Eric Bannatyne <[email protected]>

v0.1.4-sigma.11

01 Nov 17:46
d231b49
Compare
Choose a tag to compare
[Feature][SIG-27426] Add hooks to fetch metadata for Databricks queri…

v0.1.4-sigma.10

27 Oct 23:20
Compare
Choose a tag to compare
[Fix] Use UserAgentEntry when it's set (#12)

Signed-off-by: Eric Bannatyne <[email protected]>

Signed-off-by: Eric Bannatyne <[email protected]>

v0.1.4-sigma.9

03 Oct 21:41
a8d332a
Compare
Choose a tag to compare
[Fix] Use UserAgentEntry when it's set (#12)

Signed-off-by: Eric Bannatyne <[email protected]>

Signed-off-by: Eric Bannatyne <[email protected]>

v0.1.4-sigma.8

03 Oct 17:39
Compare
Choose a tag to compare
[Debug] Add logging for config use (#7)

v0.1.4-sigma.7

29 Sep 20:36
cd16c31
Compare
Choose a tag to compare
Add some debugging info to BAD_SEQUENCE_ID errors (#9)

* go mod vendor

* Add more info to BAD_SEQUENCE_ID error

* init forked go mod

v0.1.4-sigma.6

26 Sep 23:04
be21098
Compare
Choose a tag to compare
Remove newline from op log (#8)

v0.1.4-sigma.5

26 Sep 17:35
a044001
Compare
Choose a tag to compare
Add logging for config use (#7)

v0.1.4-sigma.4

27 Jul 20:36
3cc01f2
Compare
Choose a tag to compare
v0.1.4-sigma.4 Pre-release
Pre-release

Attaches stack trace to all the errors returned from this driver

What's Changed

New Contributors

Full Changelog: v0.1.4-sigma.3...v0.1.4-sigma.4