Re: Are there any SQL or JDBC compliance suites use to test - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Are there any SQL or JDBC compliance suites use to test
Date
Msg-id 4BC8D7EE.6080706@opencloud.com
Whole thread Raw
In response to Are there any SQL or JDBC compliance suites use to test  (Eranda Sooriyabandara <070468d@gmail.com>)
List pgsql-jdbc
Eranda Sooriyabandara wrote:
> Hi all,
> I am a student of University of Moratuwa, Sri Lanka and I am doing a
> project to compare compatibility of DBMSs. Please help me to do this and
> I'll send you the results of my project.So what I need to know is which
> SQL or JDBC compliance suites you are using to test PostgreSQL? If
> there's any what are they? Please kind enough to make a reply.

The JDBC TCK is the obvious one. It may take some work to get a copy out
of Sun, though.

The pgjdbc driver itself contains unit tests, but they are more aimed at
the particular driver implementation, not necessarily at compatibility.

-O

pgsql-jdbc by date:

Previous
From: Eranda Sooriyabandara
Date:
Subject: Are there any SQL or JDBC compliance suites use to test
Next
From: "John T. Dow"
Date:
Subject: refreshRow is slow - revisited