Re: [GENERAL] Enhansement proposal: ordering by parameter

2016-07-20 Thread Chris Travers
On Wed, Jul 20, 2016 at 1:34 PM, Jordan Gigov wrote: > Just about every web developer encounters scenarios where they need to let > the user sort the results by the column they choose and that leads to > dangers of possible SQL injection, but also the loss of prepared statement > caching and opti

[GENERAL] Enhansement proposal: ordering by parameter

2016-07-20 Thread Jordan Gigov
Just about every web developer encounters scenarios where they need to let the user sort the results by the column they choose and that leads to dangers of possible SQL injection, but also the loss of prepared statement caching and optimizations (at least under Java with JPA). I have tried using nu