-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
rc
-
generic
-
generic
Here's the code for CachedRowSet.getBigDecimal(int columnIndex, int scale):
public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
return getBigDecimal(columnIndex, scale);
}
This will just recurse until the VM runs out of memory.
###@###.### 2004-05-10
public BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException {
return getBigDecimal(columnIndex, scale);
}
This will just recurse until the VM runs out of memory.
###@###.### 2004-05-10