Re: What changed?

From: Paul Tomblin <ptomblin(at)xcski(dot)com>
To: Mark Lewis <mark(dot)lewis(at)mir3(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: What changed?
Date: 2007-04-13 19:33:55
Message-ID: 20070413193355.GA13445@allhats.xcski.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Quoting Mark Lewis (mark(dot)lewis(at)mir3(dot)com):
> This is addressed in the FAQ, look at the section titled, "I upgraded
> from 7.x to 8.x. Why did my application break?"
>
> http://jdbc.postgresql.org/documentation/faq.html#upgradeTo80

Except neither of the two categories documented there apply to me. The
problem I'm having is that I'm calling either
stmt.setNull(p, java.sql.Types.TIMESTAMP);
or
stmt.setTimestamp(p, startDBDate);
and it's staying that it can't tell the type, in spite of the fact that I
do specify it in both cases.

--
Paul Tomblin <ptomblin(at)xcski(dot)com> http://blog.xcski.com/
"We sealed our federal pact without bloodshed and without exploitation of
the weak by the strong. All it took was fairness, justice and some
compromises on both sides." - George-Etienne Cartier.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Lewis 2007-04-13 20:13:26 Re: What changed?
Previous Message Mark Lewis 2007-04-13 19:16:14 Re: What changed?