gocqlx icon indicating copy to clipboard operation
gocqlx copied to clipboard

queryx should expose "values" as well

Open raulvc opened this issue 2 years ago • 1 comments

I have a weird use case where I must expose values after mapping (through any form of binding) from a Queryx struct; Currently, I'm able to retrieve statement and names but values is not exported (I access it through reflection, it's ugly).

raulvc avatar Mar 03 '22 13:03 raulvc

Feel free to send a PR.

mmatczuk avatar Mar 07 '22 08:03 mmatczuk