|
|
|
|
|
by tomjakubowski
1 day ago
|
|
I've seen it quite a lot in my career: even when prepared statements are available and easy to use from a SQL client library, many programmers will simply not use them, in favor of format strings and string concatenation (maybe with an attempt to quote/escape user input). Just having support for the right way isn't enough. You have to put up roadblocks when people try to go the wrong way. |
|