Re: [HACKERS] Definite bug in JDBC

From: Barry Lind <barry(at)xythos(dot)com>
To: Chris Bitmead <chris(at)bitmead(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [HACKERS] Definite bug in JDBC
Date: 2002-06-25 16:11:42
Message-ID: 3D18963E.5040603@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Chris,

This should have been posted to pgsql-jdbc instead of hackers.

Can you define what you mean by 'current postgresql jdbc driver'? There
are some bugs in the 7.2 driver that are fixed in current sources. Have
you tried the latest development driver from the jdbc.postgresql.org web
site?

Can you define what you mean by 'falls over in a heap'? The actual
error message would really be useful.

I can't seem to be able to reproduce your problem running the latest
development driver against a 7.2.1 database.

thanks,
--Barry

Chris Bitmead wrote:

>
> If you define a database field like this with the "without time zone"
> clause.....
>
> created timestamp(6) without time zone DEFAULT 'now' NOT NULL,
>
> Then the current postgresql jdbc driver falls over in a heap when
> trying to select and retrieve this field.
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bradley McLean 2002-06-25 16:12:45 Re: Buffer Management
Previous Message James Hubbard 2002-06-25 16:08:53 Re: Democracy and organisation : let's make a revolution

Browse pgsql-jdbc by date

  From Date Subject
Next Message David A. Bartmess 2002-06-25 16:15:09 Can't get all Imported Keys from dmd
Previous Message Michael Adler 2002-06-25 16:00:00 Re: COPY support in pgsql-jdbc driver