▲ | t-writescode 3 days ago | |||||||
Simpler SQL injection risk and more testing to make sure all potential branching paths don’t result in invalid SQL. | ||||||||
▲ | webstrand 3 days ago | parent [-] | |||||||
There's zero danger of sql injection so long as everything is being passed by parameters. You just concatenate placeholders when you need string concatenation to build the query. | ||||||||
|