jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3

From: davecramer(at)pgfoundry(dot)org (User Davecramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3
Date: 2007-09-21 13:40:07
Message-ID: 20070921134007.41FFA2176BC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-21 16:32:19 pgsql: Fix comments that misspelled TransactionIdIsInProgress, per
Previous Message User Davecramer 2007-09-21 13:36:05 jdbccache - jdbccache: New Directory