*** ./src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java.orig Wed Aug 22 02:56:25 2001 --- ./src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java Wed Aug 22 03:57:18 2001 *************** *** 798,805 **** public java.math.BigDecimal getBigDecimal(int columnIndex) throws SQLException { ! // Now must call BigDecimal with a scale otherwise JBuilder barfs ! return getBigDecimal(columnIndex,0); } public java.math.BigDecimal getBigDecimal(String columnName) throws SQLException --- 798,804 ---- public java.math.BigDecimal getBigDecimal(int columnIndex) throws SQLException { ! return getBigDecimal(columnIndex,-1); } public java.math.BigDecimal getBigDecimal(String columnName) throws SQLException