Re: [JDBC] Status of JDBC test suite?

2001-08-30 Thread Rene Pijlman
On Wed, 29 Aug 2001 13:34:51 -0400, you wrote: >I assume that you're wondering about the JDBC 2 test suite from Sun. >I've attached a note that has some detailed instructions on getting the >suite to work with PostgreSQL. Rene, do you want to post this on your >PostgreSQL JDBC page? Thanks! I've

Re: [JDBC] Status of JDBC test suite?

2001-08-29 Thread Liam Stewart
On Wed, Aug 29, 2001 at 08:08:58PM +0200, Anders Bengtsson wrote: > Actually, we're not talking about Sun's test suite. :-) But now that you > mention it... Ok, I see the one that you're talking about. I never knew it was there. Now to play with it :) > Could Sun's tests be used as a kind of re

Re: [JDBC] Status of JDBC test suite?

2001-08-29 Thread Anders Bengtsson
On Wed, 29 Aug 2001, Liam Stewart wrote: > > > Would a brief How-to help? > > > > Yes! :) > > I assume that you're wondering about the JDBC 2 test suite from Sun. > I've attached a note that has some detailed instructions on getting the > suite to work with PostgreSQL. Rene, do you want to post t

Re: [JDBC] Status of JDBC test suite?

2001-08-29 Thread Liam Stewart
On Sun, Aug 26, 2001 at 09:56:09PM +0200, Anders Bengtsson wrote: > On Sun, 26 Aug 2001, Rene Pijlman wrote: > > > This is probably true, but once you have your environment setup > > (including a test database, password etc.) its just a matter of > > typing "make check". > > > > Would a brief How

Re: [JDBC] Status of JDBC test suite?

2001-08-29 Thread Liam Stewart
On Sun, Aug 26, 2001 at 09:14:49PM +0200, Rene Pijlman wrote: > Before I dive into this and fix the test suite, I just wanted to > check if someone else has already looked into this. Any > information about the status of the test suite? Not sure if it's the same thing, but I've noticed that often

Re: [JDBC] Status of JDBC test suite?

2001-08-26 Thread Anders Bengtsson
On Sun, 26 Aug 2001, Rene Pijlman wrote: > This is probably true, but once you have your environment setup > (including a test database, password etc.) its just a matter of > typing "make check". > > Would a brief How-to help? Yes! :) > >Ideally we should be able to extract parts of the test su

Re: [JDBC] Status of JDBC test suite?

2001-08-26 Thread Rene Pijlman
On Sun, 26 Aug 2001 21:30:45 +0200 (CEST), Anders Bengtsson wrote: >Since it's non-obvious how to initialize it and how to use it, very few >have. :-) This is probably true, but once you have your environment setup (including a test database, password etc.) its just a matter of typing "make chec

Re: [JDBC] Status of JDBC test suite?

2001-08-26 Thread Anders Bengtsson
On Sun, 26 Aug 2001, Rene Pijlman wrote: > While working on the executeBatch() patch I noticed that the > JDBC 2 test suite with current CVS code generates 9 > errors/failures. Some of these errors appear to be caused by > tests that do not create their own tables. With the tables added it's sti