Re: Timestamp Conversion Woes Redux - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Timestamp Conversion Woes Redux
Date
Msg-id 42DDABAE.7050009@opencloud.com
Whole thread Raw
In response to Re: Timestamp Conversion Woes Redux  (Christian Cryder <c.s.cryder@gmail.com>)
Responses Re: Timestamp Conversion Woes Redux  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Christian Cryder wrote:

> From my perspective, there needs to be a way for the JDBC driver to
> know what type of timestamp you are working with. [...]

How about this mapping?

  setTimestamp(int,Timestamp) -> timestamp
  setTimestamp(int,Timestamp,Calendar) -> timestamptz

-O

pgsql-jdbc by date:

Previous
From: Senthoorkumaran Punniamoorthy
Date:
Subject: Re: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block
Next
From: Dave Cramer
Date:
Subject: Re: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block