Re: Problem calling stored function

From: tivvpgsqljdbc(at)gtech-ua(dot)com
To: Francesco Storti <francesco(dot)storti(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Problem calling stored function
Date: 2008-01-18 11:40:57
Message-ID: 47909049.3000701@gtech-ua.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Francesco Storti wrote:
> 2008/1/17, Tom Lane tgl(at)sss(dot)pgh(dot)pa(dot)us <mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us>:
>
>
> Should work. Maybe you're rolling back the transaction later, or
> something like that?
>
> regards, tom lane
>
>
>
> Thank for the answer first ;)
> I use rollback only if throwed an SQL exception.
> Here is my code:
>
May be you should commit before closing connection if everything's OK?

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2008-01-18 11:56:00 Re: Problem calling stored function
Previous Message Francesco Storti 2008-01-18 11:35:12 Re: Problem calling stored function