Releases: sigmacomputing/databricks-sql-go
Releases · sigmacomputing/databricks-sql-go
v1.0.0-sigma.0
Full Changelog: v0.2.0-sigma.0...v1.0.0-sigma.0
v0.2.0-sigma.0
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
[Feature][SIG-27426] Add hooks to fetch metadata for Databricks queri…
v0.1.4-sigma.10
[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
[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
[Debug] Add logging for config use (#7)
v0.1.4-sigma.7
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
Remove newline from op log (#8)
v0.1.4-sigma.5
Add logging for config use (#7)
v0.1.4-sigma.4
Attaches stack trace to all the errors returned from this driver
What's Changed
- Add stack trace to the errors by @ankita-shankar in #6
New Contributors
- @ankita-shankar made their first contribution in #6
Full Changelog: v0.1.4-sigma.3...v0.1.4-sigma.4