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

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Eranda Sooriyabandara <070468d(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Are there any SQL or JDBC compliance suites use to test
Date: 2010-04-16 21:34:38
Message-ID: 4BC8D7EE.6080706@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message John T. Dow 2010-04-18 02:47:21 refreshRow is slow - revisited
Previous Message Eranda Sooriyabandara 2010-04-16 05:41:01 Are there any SQL or JDBC compliance suites use to test