Re: Literal vs parameterized 'timestamp with time zone' value - Mailing list pgsql-jdbc

From Christopher Hunt
Subject Re: Literal vs parameterized 'timestamp with time zone' value
Date
Msg-id EE8A7058-2133-4FC0-9C12-D23ECB4708C6@internode.on.net
Whole thread Raw
In response to Re: Literal vs parameterized 'timestamp with time zone' value  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Thanks!

On 18/06/2007, at 11:33 PM, Dave Cramer wrote:

> Christopher,
>
> Use a  more recent jar. There is a problem with the spec, and
> postgresql. The spec does not have two different timestamps. In
> previous versions we bound the type to timestamp without timezone.
> In more recent versions we bind it to 'unknown' which allows the
> server to decide.
>
> If this fails then appending ?protocolVersion=2 will work, however
> you won't be server side prepared statements.

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Literal vs parameterized 'timestamp with time zone' value
Next
From: Javier Caballero
Date:
Subject: Driver modified for JDeveloper+ADF communication