Обсуждение: pgsql/src/interfaces/jdbc/org/postgresql error ...

Поиск
Список
Период
Сортировка

pgsql/src/interfaces/jdbc/org/postgresql error ...

От
davec@postgresql.org (Dave Cramer)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.org    02/03/09 12:36:15

Modified files:
    src/interfaces/jdbc/org/postgresql: errors.properties
                                        ResultSet.java
    src/interfaces/jdbc/org/postgresql/jdbc1: ResultSet.java
    src/interfaces/jdbc/org/postgresql/jdbc2: ResultSet.java

Log message:
    Added a check for not calling next() before getting objects from the result set,
    moved the check for columnIndex into same call
    check at the top of all getXXX
    added appropriate error