Search found 1 match

by rojares
Mon Mar 07, 2011 6:20 pm
Forum: JFreeChart
Topic: JDBCCategoryDataset suggestion
Replies: 0
Views: 3650

JDBCCategoryDataset suggestion

Hi, I noticed in JDBCCategoryDataset class on line 235 it reads Comparable columnKey = metaData.getColumnName(column); I propose that it would be instead Comparable columnKey = metaData.getColumnLabel(column); The column name retrieves the name of the column in the original table and thus ignores re...