From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
---|---|
To: | snpe <snpe(at)snpe(dot)co(dot)yu> |
Cc: | Rod Taylor <rbt(at)rbt(dot)ca>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: problem with new autocommit config parameter and jdbc |
Date: | 2002-09-10 01:05:00 |
Message-ID: | 20020909180421.P18991-100000@megazone23.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
On Tue, 10 Sep 2002, snpe wrote:
> On Monday 09 September 2002 11:03 pm, Rod Taylor wrote:
> > On Mon, 2002-09-09 at 17:04, snpe wrote:
> > > I'm use 'autocommit=false' and have problem with psql
> > > When any commnad is lost, then next commnad get error for transactions
> > > (simple select command).BTW
> > >
> > > snpe> select * from org_ba;
> > > ERROR: relation org_ba does not exists
> > > snpe> select * from org_ban;
> > > ERROR: current transactions is aborted, queries ignored until end of
> > > transaction block
> > > snpe> rollback;
> > > ROLLBACK
> > > snpe> select * from org_ban;
> >
> > Maybe I'm missing something, but isn't that the expected behaviour when
> > autocommit is turned off?
> I get this every time.When exists command with error next command don't work
> without explicit rollback and commit (this is not for psql, this error get in
> with JDeveloper - JDBC driver).When autocommit=ture all is fine
It starts a transaction, failes the first command and goes into the
error has occurred in this transaction state. Seems like reasonable
behavior.
From | Date | Subject | |
---|---|---|---|
Next Message | snpe | 2002-09-10 01:05:21 | Re: problem with new autocommit config parameter and jdbc |
Previous Message | Hervé Piedvache | 2002-09-10 00:19:32 | Re: Impossible to import pg_dumpall from 7.2.2 to 7.3b1 |
From | Date | Subject | |
---|---|---|---|
Next Message | snpe | 2002-09-10 01:05:21 | Re: problem with new autocommit config parameter and jdbc |
Previous Message | David Wall | 2002-09-10 01:04:09 | NULL Blob column error |