databricks / databricks-sql-go

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

`DriverVersion` outdated #182

Open stoffeastrom opened 7 months ago

stoffeastrom commented 7 months ago

Hi 👋

Currently the DriverVersion seems to be maintained manually here. So for query history it shows the wrong version

image

An idea would be to generate a version.go file when bumping version to ensure the correct DriverVersion is reported.