Re: Fetching generated keys

From: "A(dot)M(dot)" <agentm(at)themactionfaction(dot)com>
To: PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Fetching generated keys
Date: 2007-03-07 00:33:44
Message-ID: 9F9CD039-DA05-4EEE-A869-06C69B3B851A@themactionfaction.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On Mar 6, 2007, at 18:35 , Mike Clements wrote:

> Kris,
>
> I wrote a simple test program and schema but I can't reliably
> reproduce
> the problem. The problem I'm seeing is intermittent. When calling
> next()
> on the result set, it sometimes throws an exception saying the DB
> connection has been closed. Of course it hasn't been closed, but the
> problem is now so intermittent I can't reliably reproduce it.
>
> If I end up being able to reproduce it consistently I'll post the
> sample
> code.

You may be crashing the server. Which server version is this?

-M

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Тимчишин Виталий 2007-03-07 11:10:07 Re: [JDBC] Plan invalidation vs. unnamed prepared statements
Previous Message Mike Clements 2007-03-06 23:35:10 Re: Fetching generated keys