Re: date/time out of range

From: Maciek Sakrejda <msakrejda(at)truviso(dot)com>
To: Colin Taylor <colin(dot)taylor(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: date/time out of range
Date: 2011-01-19 17:37:38
Message-ID: AANLkTims+2q1u6M3c0Yr-FSWwDJvypsHDkGomhTTQuz2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> Oops I'm an idiot of course this is server side only.

You showed a successful parsing of the very same timestamp through
psql in your original message--was that on the production server? Does
that exact statement fail through psql on your OS X box? If not, then
it does seem to be jdbc related, no? Can you capture protocol traffic
through DriverManager.setLogWriter() and setting loglevel in the jdbc
URL to help track this down?

---
Maciek Sakrejda | System Architect | Truviso

1065 E. Hillsdale Blvd., Suite 215
Foster City, CA 94404
(650) 242-3500 Main
www.truviso.com

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hiller, Dean (Contractor) 2011-01-21 14:14:34 query for schema existence and create schema in jdbc?
Previous Message Maciek Sakrejda 2011-01-19 17:32:12 Re: jdbc spec violation for autocommit=true & addbatch/executeBatch