|
|
|
|
|
by pydry
773 days ago
|
|
So do you regularly hard code the number 10 in your code? I think you missed my point. In realistic code you'd be using string interpolation to put the number 10 into this query language, and worrying about injection vulnerabilities while you did it. Or even calling another arbitrary function to do the filtering. Which this query language can't handle at all. |
|