Re: [JDBC] [Q] Can't get simple JDBC connection to work: no suitable driver

2001-10-12 Thread Liam Stewart
---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly -- Liam Stewart :: Red Hat Canada, Ltd

[JDBC] fix for JDBC test suite

2001-09-25 Thread Liam Stewart
A couple of lines were missing from my last patch - this one fixes things. Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED] Index: src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java === RCS file

Re: [JDBC] driver source code indentation

2001-09-06 Thread Liam Stewart
On Thu, Sep 06, 2001 at 09:51:19AM -0700, Barry Lind wrote: Should the jdbc java code use the same formatting as the C code? IMHO, yes: for consistency and because it is, at the moment, part of the main package. Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED

[JDBC] driver source code indentation

2001-09-04 Thread Liam Stewart
I suggest that the JDBC driver adopt PostgreSQL's indentation standards (see PostgreSQL developers FAQ, question 1). I see that some source files have used this standard, but the vast majority do not. We should have a standard for consistency and our own sanity if nothing else. Liam -- Liam

Re: [JDBC] Status of JDBC test suite?

2001-08-29 Thread Liam Stewart
, the first time the test harness runs a particular test bucket, most or all of the tests fail. The second and third passes return work properly (insofar as there's support in the JDBC driver/PostgreSQL). I haven't had time to look into it yet. Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL

Re: [JDBC] Re: Couple of patches for jdbc driver

2001-08-29 Thread Liam Stewart
applying the patch? I think that whenever a person submits a patch, they should include an associated changelog entry. It's quite easy to do with emacs (M-x add-change-log-entry). The CVS commit message can then be taken/adapted from the changelog patch. -- Liam Stewart :: Red Hat Canada, Ltd

Re: [JDBC] Status of JDBC test suite?

2001-08-29 Thread Liam Stewart
test suite? Can you explain your idea in more detail? Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED] Supplemental instructions for running the JDBC test suite against PostgreSQL. 1. Configure PostgreSQL so that it accepts TCP/IP connections and start the server. Prepare

Re: [JDBC] Status of JDBC test suite?

2001-08-29 Thread Liam Stewart
), that is originally intended for one-class-at-a-time testing. On their site is a lot of good texts about this kind of unit testing. I'll take a look at these. Thanks for the pointers, Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED] ---(end of broadcast

Re: [JDBC] DatabaseMetaData

2001-08-13 Thread Liam Stewart
Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED] ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster