scylladb/gocqlx

queryx should expose "values" as well

Opened this issue · 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).

Feel free to send a PR.