click_house
click_house copied to clipboard
Params in `SELECT` queries
Currently gem doesn't support params in SELECT queries AFAIK. I mean params like SELECT * FROM t WHERE id = {id:Int64}
Do you consider adding this? I can provide PR for that
I already use fork with this feature added. But I did not update it for a year, so I can't provide PR right away 😅 You can check here, what it looks like