Обсуждение: pgsql-server: ResultSet.moveToCurrentRow was checking the cached

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

pgsql-server: ResultSet.moveToCurrentRow was checking the cached

От
jurka@svr1.postgresql.org (Kris Jurka)
Дата:
Log Message:
-----------
ResultSet.moveToCurrentRow was checking the cached updateability flag
assuming it had been set instead of correctly calling the
isUpdateable() method which sets the flag if needed.  This usually
worked because moveToCurrentRow is only useful after a
moveToInsertRow call which would set the flag, but this is not
required.

David Bucciarelli

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2:
        AbstractJdbc2ResultSet.java (r1.25.2.8 -> r1.25.2.9)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java.diff?r1=1.25.2.8&r2=1.25.2.9)