databricks-sql-go
databricks-sql-go copied to clipboard
pass ctx properly in internal client.ExecuteStatement
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.
@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