We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb57d0 commit 5883857Copy full SHA for 5883857
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
## 0.1.x (Unreleased)
4
5
+## 0.2.0 (2022-11-18)
6
+
7
+- Support for DirectResults
8
+- Support for context cancellation and timeout
9
+- Session parameters (e.g.: timezone)
10
+- Thrift Protocol update
11
+- Several logging improvements
12
+- Added better examples. See [workflow](https://github.com/databricks/databricks-sql-go/blob/main/examples/workflow/main.go)
13
+- Added dbsql.NewConnector() function to help initialize DB
14
+- Many other small improvements and bug fixes
15
+- Removed support for client-side query parameterization
16
+- Removed need to start DSN with "databricks://"
17
18
## 0.1.4 (2022-07-30)
19
20
- Fix: Could not fetch rowsets greater than the value of `maxRows` (#18)
0 commit comments