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

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

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

От
Bruce Momjian - CVS
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/07/21 14:56:17

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java
    src/interfaces/jdbc/org/postgresql/jdbc1: Connection.java
    src/interfaces/jdbc/org/postgresql/jdbc2: Connection.java

Log message:
    Great, here is a context diff of CVS for implementing the get/setCatalog methods
    in Connection - note: I've updated setCatalog(String catalog) from my previous
    diff so it checks whether it is already connected to the specified catalog.

    Jason Davies