pgsql-server: ResultSet.moveToCurrentRow was checking the cached

Поиск
Список
Период
Сортировка
От jurka@svr1.postgresql.org (Kris Jurka)
Тема pgsql-server: ResultSet.moveToCurrentRow was checking the cached
Дата
Msg-id 20040913071430.B6711329E45@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql-server: Due to popular domand, backport fix for a typo in the
Следующее
От: jurka@svr1.postgresql.org (Kris Jurka)
Дата:
Сообщение: pgsql-server: Protected access to variable m_preparedCount via