databricks / databricks-sql-go

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

pass ctx properly in internal client.ExecuteStatement #244

Closed shelldandy closed 1 month ago

shelldandy commented 3 months ago

Fixes https://github.com/databricks/databricks-sql-go/issues/242 Fixes https://github.com/databricks/databricks-sql-go/issues/231

This needs to actually pass ctx so custom authenticators can make use of the context.

shelldandy commented 3 months ago

@kravets-levko can you take a look at this PR, seems like it was some leftover code from a couple of years ago, im not entirely sure if the comment i removed in there still applies