Thread: getBigDecimal() in JDBC driver not yet implemented ?

getBigDecimal() in JDBC driver not yet implemented ?

From
"Nikolaus Rumm"
Date:
Hello,

upon making a call to ResultSet.getBigDecimal(String column_name) I get an
SQLException with the following message:
This method is not yet implemented.

Can this be ? getBigDecimal() is vital to most JDBC applications because it
is widely used as the primary key datatype.
I use the JDBC driver <jdbc7.0-1.2>.

Any suggestions ?

Nikolaus Rumm