Hacker News new | ask | show | jobs
by lucian1900 4143 days ago
That won't use a parametrised query, though.
1 comments

Why not, I'm talking about a construct that doesn't exist. A SQL literal string can be stored and auto parameterized prior to interpolation. You see the :int isn't the name, it's the parameter/type safeyness that any good dev would want.