Обсуждение: pgsql-server/src/interfaces/jdbc/org/postgresq ...

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

pgsql-server/src/interfaces/jdbc/org/postgresq ...

От
barry@svr1.postgresql.org (Barry Lind)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    barry@svr1.postgresql.org    03/08/26 03:50:39

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc1:
                                              AbstractJdbc1Statement.java
    src/interfaces/jdbc/org/postgresql/test/jdbc2:
                                                   ResultSetTest.java

Log message:
    Attempt to fix setMaxFieldSize() logic that was checked in yesterday.
    I think this should fix the problem, but since I don't have a reproducable test
    case, I can't be sure.  This problem is reported by Kim Ho of redhat, who will
    test this fix.  This also includes a test case for the original functionality.

    Modified Files:
    jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
    jdbc/org/postgresql/test/jdbc2/ResultSetTest.java