databricks / databricks-sql-go

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

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

Closed nithinkdb closed 10 months ago

nithinkdb commented 10 months ago

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

nithinkdb commented 10 months 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