Hacker News new | ask | show | jobs
by throwaway0010 4432 days ago
A few popular database drivers use escaping under the hood for parameterized query arguments. mysql2 ruby gem (and any rails stack on top of it) for example.
1 comments

They probably do a better job of it than you do, so let them handle it.