Closed
Description
The support for named input parameters has been already added in database/sql
with this commit, but go-sql-driver/mysql
is not up to date with this feature yet.
Could we please have the support for this feature in go-sql-driver/mysql
as well in a near future?
Here is the issue with a full discussion for this topic in database/sql
, that may be helpful.
Thanks