Re: Sudden JVM crashes - a Postgres driver problem? - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Sudden JVM crashes - a Postgres driver problem?
Date
Msg-id Pine.BSO.4.64.0703291029170.32652@leary.csoft.net
Whole thread Raw
In response to Sudden JVM crashes - a Postgres driver problem?  ("ljairath@uoguelph.ca" <lkjairath@yahoo.com>)
Responses Re: Sudden JVM crashes - a Postgres driver problem?  ("ljairath@uoguelph.ca" <lkjairath@yahoo.com>)
List pgsql-jdbc

On Thu, 29 Mar 2007, ljairath@uoguelph.ca wrote:

>    The following query has caused our JVM to crash. could someone please
> explain it?  our configuration is:
>
>  org.postgresql.util.PSQLException: ERROR: date/time field value out of
> range: "2007-2-29 0:0"

This is not a JVM crash.  It's a standard Exception being thrown by the
server correctly rejecting an invalid date.  There is no 29th of February
in 2007.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "ljairath@uoguelph.ca"
Date:
Subject: Sudden JVM crashes - a Postgres driver problem?
Next
From: "ljairath@uoguelph.ca"
Date:
Subject: Re: Sudden JVM crashes - a Postgres driver problem?