It would be useful to support named arguments in queries instead of only $x placeholders. SQL queries would look like this: SELECT [...] FROM table WHERE foo=:arg; INSERT INTO table [...] VALUES(:name, :foo, :bar); And then we could do s...
wono
|
Do you want to delete?