[
https://issues.apache.org/jira/browse/DBUTILS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539218#comment-13539218
]
Michael J Chane commented on DBUTILS-100:
-----------------------------------------
Hi Simone,
it's org.apache.commons.dbutils.BasicRowProcessor.toMap(ResultSet).
you have changed in
org.apache.commons.dbutils.BeanProcessor.mapColumnsToProperties(ResultSetMetaData,
PropertyDescriptor[])
from java.sql.ResultSetMetaData.getColumnName(int) to
java.sql.ResultSetMetaData.getColumnLabel(int).
in version 1.3, for bug #57
> columnLabel and columnname
> ---------------------------
>
> Key: DBUTILS-100
> URL: https://issues.apache.org/jira/browse/DBUTILS-100
> Project: Commons DbUtils
> Issue Type: Improvement
> Reporter: xiaofei.xu
>
> The method toMap(ResultSet rs)
> should use getColumnLabel()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira