Thread: Are there any SQL or JDBC compliance suites use to test

Are there any SQL or JDBC compliance suites use to test

From
Eranda Sooriyabandara
Date:
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. 
Thanks
Eranda

Re: Are there any SQL or JDBC compliance suites use to test

From
Oliver Jowett
Date:
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