click_house icon indicating copy to clipboard operation
click_house copied to clipboard

Params in `SELECT` queries

Open charlie-wasp opened this issue 2 years ago • 0 comments

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

charlie-wasp avatar Aug 16 '23 11:08 charlie-wasp