As a ...
I need to be able to ...
specify whether a Sort property should be escaped or not.
Which enables me to ...
make sure that property names I get from outside sources get escaped and will not cause SQL injection, while allowing calls to Sort.desc("count(foo)").
Additional information
No response
As a ...
I need to be able to ...
specify whether a
Sortproperty should be escaped or not.Which enables me to ...
make sure that property names I get from outside sources get escaped and will not cause SQL injection, while allowing calls to
Sort.desc("count(foo)").Additional information
No response