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

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

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

От
barry@postgresql.org (Barry Lind)
Дата:
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