JDBC- SQLException results returned?

Поиск
Список
Период
Сортировка
От Eric Scroger
Тема JDBC- SQLException results returned?
Дата
Msg-id 3C5B3BFF.9070206@carl.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgresSQL 7.1.3 not parsing SELECT portion of SQL correctly
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #571: Impossible to completly support JDBC