Re: Any reason for PSQLState not to be Serializable?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Andreas Joseph Krogh <andreak(at)officenet(dot)no>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Any reason for PSQLState not to be Serializable?
Date: 2007-02-01 17:32:05
Message-ID: Pine.BSO.4.64.0702011230010.7805@leary2.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 1 Feb 2007, Andreas Joseph Krogh wrote:

> It makes it impossible to serialize PGSQLExceptions
>

http://gborg.postgresql.org/cgi-bin/cvsweb.cgi/pgjdbc/org/postgresql/util/PSQLState.java?cvsroot=pgjdbc

This says that PSQLState was made serializable 3 years ago (rev 1.4), so
as long as you have an 8.0 or higher driver you're fine.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-02-01 17:33:39 Re: jdbc connection problem
Previous Message Andreas Joseph Krogh 2007-02-01 15:32:43 Any reason for PSQLState not to be Serializable?