databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
37 stars 41 forks source link

[PECO-1016-2] Add handling for special types #158

Closed nithinkdb closed 1 year ago

nithinkdb commented 1 year ago

In this PR, we add further handling to allow for special types to be set via the DBSQLParams variable.

nithinkdb commented 1 year ago

Let's add a new example showing how to run a parameterized query. We should also add a test driver_e2e_test.go so that we have a test that exercises the interaction of our connection as a NamedValueChecker.

Created this follow up work item to track both of these: https://databricks.atlassian.net/browse/PECO-1048