Re: off topic rollback - Mailing list pgsql-php

From scott.marlowe
Subject Re: off topic rollback
Date
Msg-id Pine.LNX.4.33.0208081329440.25530-100000@css120.ihs.com
Whole thread Raw
In response to off topic rollback  (angelo.rigo@globo.com)
List pgsql-php
On Thu, 8 Aug 2002 angelo.rigo@globo.com wrote:

> sorry for this off topic
>
> but someone ask me: if i do a invalid query in the middle of a transaction
> i need to do a rollback .

Basically, in PHP, just about any error will cause the current transaction
to fail and rollback automatically and completely.  You don't have to
clean up the mess, as it's already cleaned up for you.

Then you can just try running the transaction again and see if it goes
through.


pgsql-php by date:

Previous
From: Chadwick Rolfs
Date:
Subject: Re: PHP + PostgreSQL
Next
From: hodges@xprt.net
Date:
Subject: Re: PHP + PostgreSQL