Re: Re: JDBC 2.0 conformance, documentation and todo list - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: Re: JDBC 2.0 conformance, documentation and todo list
Date
Msg-id goc3ntseqeenuk06ir7t5df3je0blsnrh2@4ax.com
Whole thread Raw
In response to Re: JDBC 2.0 conformance, documentation and todo list  (Barry Lind <barry@xythos.com>)
Responses Re: Re: JDBC 2.0 conformance, documentation and todo list  (Dave Harkness <daveh@MEconomy.com>)
List 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

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: JDBC 2.0 conformance, documentation and todo list
Next
From: Dave Harkness
Date:
Subject: Re: Re: JDBC 2.0 conformance, documentation and todo list