databricks / databricks-sql-go

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

Escape and subtitute query arguments client side #98

Closed nyergler closed 1 year ago

nyergler commented 1 year ago

Coming from other Go database drivers the lack of query argument support was a surprise. This commit ports approximately what the Python Databricks library does in order to handle query arguments.

Feedback, suggestions, etc welcome!

nyergler commented 1 year ago

Superseded by #100; apologies for the noise, just wanted to get changes onto separate branches so we can continue using our fork.