bippio / go-impala

Golang Driver for Apache Impala
MIT License
52 stars 39 forks source link

Quote string parameters in prepared statements #48

Open murfffi opened 4 months ago

murfffi commented 4 months ago

Quotes values of string parameters in prepared statements since parameters are normally used as values which should be quoted with single quotes.

go test . passes after the unit tests were adapted.