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

Поиск
Список
Период
Сортировка
От barry@postgresql.org (Barry Lind)
Тема pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Дата
Msg-id 20020326055250.EA815475425@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.org    02/03/26 00:52:50

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java
                                        Driver.java.in
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java
    src/interfaces/jdbc/org/postgresql/fastpath: Fastpath.java
    src/interfaces/jdbc/org/postgresql/jdbc2: Connection.java
Removed files:
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor2.java

Log message:
    Changed QueryExecutor.java to correctly read responses from the backend.
    Fixed NPE when database name was not passed on the jdbc connection URL
    Fixed Connection.isClosed() to not hit the DB for every call


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/tools Tag: REL7_2_STABLE RELEASE_CHANGES
Следующее
От: barry@postgresql.org (Barry Lind)
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...