Definite bug in JDBC - Mailing list pgsql-hackers

From Chris Bitmead
Subject Definite bug in JDBC
Date
Msg-id 3D1810C3.9070908@bitmead.com
Whole thread Raw
List pgsql-hackers
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.







pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Democracy and organisation : let's make a revolution in the Debian way
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Nonrecursive ALTER TABLE ADD/RENAME COLUMN is wrong