JDBC- SQLException results returned? - Mailing list pgsql-bugs

From Eric Scroger
Subject JDBC- SQLException results returned?
Date
Msg-id 3C5B3BFF.9070206@carl.org
Whole thread Raw
List pgsql-bugs
i am seeing postgre 6.4 return the following error message when performing
a JDBC update with executeUpdate().  any ideas what it means?

ava.sql.SQLException: results returned
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at postgresql.Statement.executeUpdate(Compiled Code)
        at postgresql.PreparedStatement.executeUpdate(Compiled Code)
        at InsertError.record(Compiled Code)
        at InsertError.record(Compiled Code)
        at wbCheckUrl$CheckThread.run(Compiled Code)
java.lang.ArrayIndexOutOfBoundsException: 8
        at wbCheckUrl.checkUrl(Compiled Code)
        at wbCheckUrl$CheckThread.run(Compiled Code)
<six more of the above error>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgresSQL 7.1.3 not parsing SELECT portion of SQL correctly
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #571: Impossible to completly support JDBC