jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3

Поиск
Список
Период
Сортировка
От davecramer@pgfoundry.org (User Davecramer)
Тема jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3
Дата
Msg-id 20070921134007.41FFA2176BC@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
moved PGSimpleDataSource to jdbc3

Added Files:
-----------
    jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds:
        PGSimpleDataSource.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds/PGSimpleDataSource.java?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
    jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds:
        PGSimpleDataSource.java

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds/PGSimpleDataSource.java)

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

Предыдущее
От: davecramer@pgfoundry.org (User Davecramer)
Дата:
Сообщение: jdbccache - jdbccache: New Directory
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix comments that misspelled TransactionIdIsInProgress, per