You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
It would be helpful to our organization if parameters inside a
CallableStatement could be mapped using their name.
cs.setString("paramName", "value");
Such parameter name could be specified with an optional attribute inside
parameterMap, such as "name".
This would allow our SQL team to remove or add optional parameters without
breaking our java applications that are using mybatis.
Thanks,
Alex
Original issue reported on code.google.com by beaupr...@hotmail.com on 28 Sep 2012 at 2:39
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
beaupr...@hotmail.com
on 28 Sep 2012 at 2:39The text was updated successfully, but these errors were encountered: