Menu

#83 ResultSetMetaData getColumnName(int) starts at Index 2 instead of 1

2.0.0
open
nobody
None
2017-01-25
2016-12-20
No

The SQLiteMetaData implementation of IResultMetaData has a bug in the getColumnName() method.

    @Override
    public String getColumnName(int columnIndex) throws SQLException {
        return cursor.getColumnName(columnIndex-1);
    }

Discussion

  • Donat Mueller

    Donat Mueller - 2017-01-25
     
  • Donat Mueller

    Donat Mueller - 2017-01-25

    solved for me
    please give feedback to close

     

Log in to post a comment.

MongoDB Logo MongoDB