databricks / databricks-sql-go

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

Fix typo in parameters.go #220

Closed apmechev closed 3 weeks ago

apmechev commented 7 months ago

Unkown -> Unknown

jackyhu-db commented 3 weeks ago

Thanks for fixing this, but this change will break existing client that uses SqlUnkown

apmechev commented 3 weeks ago

makes sense, thanks