Releases: sigmacomputing/databricks-sql-go
Releases · sigmacomputing/databricks-sql-go
v0.1.4-sigma.3
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
Add handling for missing types in driver (#4)
v0.1.4-sigma.1
Parse timestamps using timezone (#3)