Re: postgre 7.3 / JSTL problem - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: postgre 7.3 / JSTL problem
Date
Msg-id 422CB44D.4070508@opencloud.com
Whole thread Raw
In response to postgre 7.3 / JSTL problem  (Charl Gerber <charlgerber@yahoo.com>)
List pgsql-jdbc
Charl Gerber wrote:

> I have database timestamp fields which are defined as
> "DEFAULT now()".

timestamp with timezone or timestamp without timezone?

> Any ideas? A bug in the driver? JSTL settings? The
> server? My code? :)

It's pretty much impossible to say unless you can narrow this down to
some test code that we can try (ideally, code that talks JDBC directly).

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: java.sql.date insert as null
Next
From: Charl Gerber
Date:
Subject: Re: Convert java.sql.Date to java.util.Date