Re: Re: JDBC 2.0 conformance, documentation and todo list

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Re: JDBC 2.0 conformance, documentation and todo list
Date: 2001-08-08 21:55:33
Message-ID: goc3ntseqeenuk06ir7t5df3je0blsnrh2@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 08 Aug 2001 09:50:11 -0700, you wrote:
>Have your run the JDBC conformance tests to help generate this
>information?

Yes, I have run the test (1.2.1 EE version) and looked at some
of the results. This will take more time, since there are
hundreds of messages and it isn't always easy to find out what's
going on.

Unfortunately, I'm getting many failed results with messages
like this:

********************************************************************************
Beginning Test: testAllProceduresAreCallable
********************************************************************************
Using DataSource
ERROR: SQL Exception : No suitable driver
Calling allProceduresAreCallable on DatabaseMetaData
ERROR: Unexpected exception null
ERROR: Call to allProceduresAreCallable is Failed!
ERROR: java.lang.NullPointerException

And I'm quite sure this code in DatabaseMetaData isn't causing
the problem :-)

public boolean allProceduresAreCallable() throws SQLException
{
return true;
}

>There was a post a few days ago from one of the RedHat
>engineers saying they had run it and were going to summarize the results
>and post back to the list. (I haven't yet seen that followup).

Would be good to here from them.

>I ran the tests myself over the weekend, but haven't sorted
>through the results either.

Could you do a quick grep for the message quoted above? I'd
really like to know if this is caused by a problem in my
setup... thanks.

>Rene Pijlman wrote:
>> I've created a web page that aims to document the level of
>> conformance of the JDBC driver to the JDBC 2.0 API. It also aims
>> to document any deviations from the JDBC standard that have been
>> found.
>> http://lab.applinet.nl/postgresql-jdbc/

Regards,
René Pijlman

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Harkness 2001-08-08 22:11:03 Re: Re: JDBC 2.0 conformance, documentation and todo list
Previous Message Bruce Momjian 2001-08-08 20:53:13 Re: Re: [PATCHES] JDBC2 Array Patch (New feature)