Re: Exceptions and SET client_encoding to 'UNICODE'

2009-02-15 Thread Timothy
On 14 Feb., 20:58, James Bennett wrote: > Everything is happening in a Postgres transaction; at the first error > the transaction aborts and you must issue a ROLLBACK to the DB before > continuing. Consult Django's transaction dogs for information on how > to do this. Great thx Bennet, that's p

Re: Exceptions and SET client_encoding to 'UNICODE'

2009-02-14 Thread James Bennett
Everything is happening in a Postgres transaction; at the first error the transaction aborts and you must issue a ROLLBACK to the DB before continuing. Consult Django's transaction dogs for information on how to do this. On 2/14/09, 83...@gmx.de <83...@gmx.de> wrote: > > Hi Folks, > > I'd like t