Skip to content

Releases: databricks/databricks-sql-go

v0.2.0

19 Nov 00:41
5883857
Compare
Choose a tag to compare

What's Changed

  • Support for DirectResults
  • Support for context cancellation and timeout
  • Session parameters (e.g.: timezone)
  • Thrift Protocol update
  • Several logging improvements
  • Added better examples. See workflow
  • Added dbsql.NewConnector() function to help initialize DB
  • Many other small improvements and bug fixes
  • Removed support for client-side query parameterization
  • Removed need to start DSN with "databricks://"

Full Changelog: v0.1.4...v0.2.0

v0.1.4

28 Jul 12:41
3870d0c
Compare
Choose a tag to compare

This release includes:

  • Fix: Could not fetch rowsets longer than the value of maxRows (#18)
  • Updated default user agent
  • Updated README and CONTRIBUTING

v0.1.4-beta.1

28 Jun 20:15
5e707fe
Compare
Choose a tag to compare

Databricks SQL Driver for Go (Beta)
0.1.4-beta.1 release

v0.1.3

16 Jun 19:12
a32b90b
Compare
Choose a tag to compare
  • Add escaping of string parameters.

Thanks @heqingy!

v0.1.2

10 Jun 19:49
e07c3f8
Compare
Choose a tag to compare
  • Fix timeout units to be milliseconds instead of nanos.

Thanks @heqingy!

v0.1.1

19 May 18:40
5fd0604
Compare
Choose a tag to compare
Fix the module name (#5)