Github user objectboy2016 commented on the issue:
https://github.com/apache/commons-dbutils/pull/3
**Why not design a named parameter**
such as:
string sql="select * from user where name=:name";
.......
runquery.addParameter("name","paul");
So simple and straightforward
No problem with the number, but the parameters of many will be a disaster
such as:
insert into a (a, b, c, d, f, g, i, e, g, k) values (?,?,?,?,?,?,?,?,?)
My eyes have been spent
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]