*** Array.java Thu May 30 15:26:46 2002 --- Array2.java Fri May 31 13:05:35 2002 *************** *** 166,172 **** retVal = new Timestamp[ count ]; StringBuffer sbuf = null; for ( ; count > 0; count-- ) ! ((java.sql.Timestamp[])retVal)[i++] = ResultSet.toTimestamp( arrayContents[(int)index], rs ); break; // Other datatypes not currently supported. If you are really using other types ask --- 166,172 ---- retVal = new Timestamp[ count ]; StringBuffer sbuf = null; for ( ; count > 0; count-- ) ! ((java.sql.Timestamp[])retVal)[i++] = ResultSet.toTimestamp( arrayContents[(int)index++], rs ); break; // Other datatypes not currently supported. If you are really using other types ask