Re: JDBC ZonedDateTime problem

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Blake McBride <blake(at)mcbride(dot)name>
Cc: pgsql-odbc <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: JDBC ZonedDateTime problem
Date: 2017-10-05 02:34:13
Message-ID: CADK3HH+CHZajdFu62jyhmWTxQv1uFyYgJFLaGDeoLHiyqwSnhw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Blake,

You'd have a lot better luck sending it to the pgsql-jdbc list. That being
said. setObject can be told what type to use, although we should be able to
infer the type from the object passed in. Can you file a bug on github
https://github.com/pgjdbc/pgjdbc

Thanks

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 4 October 2017 at 20:19, Blake McBride <blake(at)mcbride(dot)name> wrote:

> Greeings,
>
> I am using PostgreSQL 9.3.19 on a 64 bit Linux box with
> postgresql-42.1.4.jar and 64 bit Java 8.
>
> I am doing setObject with ZonedDateTime.now(ZoneOffset.UTC) and I get:
>
> org.postgresql.util.PSQLException: Can't infer the SQL type to use for an
> instance of java.time.ZonedDateTime. Use setObject() with an explicit Types
> value to specify the type to use.
>
> What I am trying to do is set the column to the current datetime UTC.
>
> Any help would sure be appreciated!
>
> Blake McBride
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Nagumalli, Raghu 2017-10-06 16:38:42 ODBC driver for Postgres Installation error
Previous Message Blake McBride 2017-10-05 00:19:52 JDBC ZonedDateTime problem