-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 5.0
-
Component/s: core-libs
-
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