Definite bug in JDBC

From: Chris Bitmead <chris(at)bitmead(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Definite bug in JDBC
Date: 2002-06-25 06:42:11
Message-ID: 3D1810C3.9070908@bitmead.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc


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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2002-06-25 07:55:52 Re: Democracy and organisation : let's make a revolution
Previous Message Christopher Kings-Lynne 2002-06-25 06:39:48 Re: Nonrecursive ALTER TABLE ADD/RENAME COLUMN is wrong

Browse pgsql-jdbc by date

  From Date Subject
Next Message tony 2002-06-25 07:20:33 Re: servlets and JDBC (postgresql 7.2)
Previous Message John Hicks 2002-06-25 06:24:14 Re: servlets and JDBC (postgresql 7.2)