|
|
|
|
|
by tofuahdude
1204 days ago
|
|
Can confirm. This is the best use case I've come across. You can dynamically compose queries and not even think about argument positioning. No concern about injection. Better performance than named variables that are translated into positional. |
|