Re: [JDBC] [HACKERS] JDBC pg_description update needed for CVS tip

2001-09-08 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > On Fri, 07 Sep 2001 01:34:46 -0400, Tom Lane wrote: > >there is still an unpatched reference to pg_description in > >getC

Re: [JDBC] Fix JDBC test suite, set/get transaction isolation level

2001-09-08 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > Attached is a patch that fixes > ConnectionTest.testTransactionIsolation() in the JDBC driver's > test suite. This reduces

[JDBC] getBlob problems with bytea type columns

2001-09-08 Thread Dave Weis
I'm running Postgresql 7.1.2 on a RedHat 7.1 machine. I have the jdbc drivers jdbc7.1-1.2.jar. I have been trying to figure out how the blob support works. I made a table of this format: djweis=# \d blobtest id| integer | theblob | bytea | This is the code that I'm using to gra

Re: [JDBC] [HACKERS] JDBC pg_description update needed for CVS tip

2001-09-08 Thread Rene Pijlman
On Fri, 07 Sep 2001 01:34:46 -0400, Tom Lane wrote: >there is still an unpatched reference to pg_description in >getColumns(), in both jdbc1 and jdbc2. This was introduced by Jeroen's patch (see http://fts.postgresql.org/db/mw/msg.html?mid=1032468). Attached is a patch that returns getColumns()

[JDBC] Fix JDBC test suite, set/get transaction isolation level test in ConnectionTest

2001-09-08 Thread Rene Pijlman
Attached is a patch that fixes ConnectionTest.testTransactionIsolation() in the JDBC driver's test suite. This reduces the number of failures of the test suite from 7 to 6. The patch fixes the test case itself, rather than the driver. In addition to the change described in my posting below, I fi

Re: [JDBC] driver source code indentation

2001-09-08 Thread Rene Pijlman
On Fri, 7 Sep 2001 17:25:19 -0400 (EDT), you wrote: >OK, I have created pgjindent in src/tools/pgindent, and ran it over the >current CVS. It compiles so it should be fine: > > ftp://candle.pha.pa.us/pub/postgresql/astyle_jdbc.tar.gz This looks good. Regards, René Pijlman <[EMAIL PROTECTE