databricks / databricks-sql-go

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

Allow WithServerHostname to specify protocol #153

Closed rcypher-databricks closed 11 months ago

rcypher-databricks commented 11 months ago

Updated WithServerHostname to allow prefixing the hostname with 'https:' or 'http:' to specify which protocol to use. Github issue #140 Signed-off-by: Raymond Cypher raymond.cypher@databricks.com