Re: PostgreSQL/JDBC Test Suite Howto

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>, PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: PostgreSQL/JDBC Test Suite Howto
Date: 2001-09-07 21:46:10
Message-ID: 200109072146.f87LkAu29886@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-jdbc


I have added this to the jdbc source tree as TESTSUITE.

> Bruce,
>
> I posted this a couple of days ago on pgsql-patches and haven't
> seen a reply, and if I'm not mistaken the file is not in current
> CVS.
>
> Maybe my posting was overlooked.
>
> -+-+-
>
> I've written a brief Howto document about the JDBC test suite
> that's in the source tree. Liam Stewart contributed a section on
> the standard JDBC 2 test suite from Sun.
>
> Hopefully, this will make it easier for developers working on
> the JDBC driver to use and extend the test suite(s) to improve
> the quality of the driver.
>
> I suggest to add this document to the source tree as
> src/interfaces/jdbc/org/postgresql/test/README. I don't think it
> should be in the binary distribution.
>
> I hope my english in this document is OK. Please feel free to
> improve it. That's probably easiest to do as a patch once its in
> CVS.
>
> Regards,
> Ren? Pijlman <rene(at)lab(dot)applinet(dot)nl>

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-docs by date

  From Date Subject
Next Message Justin Clift 2001-09-08 07:26:32 Re: [GENERAL] SQL Server to PostgreSQL HOWTO
Previous Message Bruce Momjian 2001-09-07 21:39:24 Re: [GENERAL] SQL Server to PostgreSQL HOWTO

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-09-07 22:14:57 Re: [PATCHES] Patch for jdbc2 ResultSet.java
Previous Message Bruce Momjian 2001-09-07 21:42:14 Re: Fix for 2 test cases of JDBC test suite