Skip to content

Releases: sigmacomputing/databricks-sql-go

v0.1.4-sigma.3

26 Jul 23:07
30bcee7
Compare
Choose a tag to compare
v0.1.4-sigma.3 Pre-release
Pre-release
Fix: FetchResults truncates rows returned by the server (#5)

Apache Hive thrift always sends HasMoreResults==false

This change updates the Next() method to continuing fetching pages of
results until an empty page is received.

Signed-off-by: Jesse Whitehouse <[email protected]>

Co-authored-by: Jesse Whitehouse <[email protected]>

v0.1.4-sigma.2

22 Jul 01:32
810e9d2
Compare
Choose a tag to compare
v0.1.4-sigma.2 Pre-release
Pre-release
Add handling for missing types in driver (#4)

v0.1.4-sigma.1

21 Jul 00:56
11dd2ed
Compare
Choose a tag to compare
v0.1.4-sigma.1 Pre-release
Pre-release
Parse timestamps using timezone (#3)