Thanks to visit codestin.com Credit goes to github.com
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 5f3e28b commit c256716Copy full SHA for c256716
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+## v1.9.0 (2025-09-17)
4
+- Added support for query tags
5
+- Passing session params in open session request instead of SET commands (databricks/databricks-sql-go#283)
6
+
7
## v1.8.0 (2025-07-24)
8
- Add Arrow IPC Iterator
9
driver.go
@@ -13,7 +13,7 @@ func init() {
13
sql.Register("databricks", &databricksDriver{})
14
}
15
16
-var DriverVersion = "1.8.0" // update version before each release
+var DriverVersion = "1.9.0" // update version before each release
17
18
type databricksDriver struct{}
19
0 commit comments