Index: org/postgresql/jdbc2/AbstractJdbc2Statement.java =================================================================== RCS file: /usr/local/cvsroot/pgjdbc/pgjdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java,v retrieving revision 1.31 diff -c -r1.31 AbstractJdbc2Statement.java *** org/postgresql/jdbc2/AbstractJdbc2Statement.java 21 Sep 2004 01:14:06 -0000 1.31 --- org/postgresql/jdbc2/AbstractJdbc2Statement.java 6 Oct 2004 16:45:32 -0000 *************** *** 2443,2449 **** public void setArray(int i, java.sql.Array x) throws SQLException { checkClosed(); ! setString(i, x.toString()); } public void setBlob(int i, Blob x) throws SQLException --- 2443,2449 ---- public void setArray(int i, java.sql.Array x) throws SQLException { checkClosed(); ! setString(i, x.toString(), 0); } public void setBlob(int i, Blob x) throws SQLException