Re: ZPsycopgDA Isolation Levels Bug - Mailing list psycopg

From Daniele Varrazzo
Subject Re: ZPsycopgDA Isolation Levels Bug
Date
Msg-id CA+mi_8Ym_MX8F8WE1LFCLL6k4duu3ACVbPj5MRkdS5zgwUigOg@mail.gmail.com
Whole thread Raw
In response to ZPsycopgDA Isolation Levels Bug  (Lex Berezhny <eukreign@gmail.com>)
Responses Re: ZPsycopgDA Isolation Levels Bug  (Federico Di Gregorio <federico.digregorio@dndg.it>)
List psycopg
2011/8/9 Lex Berezhny <eukreign@gmail.com>:
> Hello,
>
>  I have updated ZPsycopgDA add/edit screens to include all of the
> isolation levels provided by psycopg2. It seems that even the ones
> that were there had the wrong mappings between the isolation level
> name and the internal integer identifier. "Read Commited" in the drop
> down was actually mapping to "Read Uncommited" and "Serializable" was
> mapping to "Read Committed".

I'm not entirely sure Autocommit should be included in the list: it
isn't exactly a transaction isolation level. But I know little about
Zope so I may be wrong.

>  I have attached a diff of my changes, if there is a way for me to
> git push my changes where someone with write access can pull from I
> can do that too.

You may have a clone on github. I have my repos there and Federico
usually pulls my code from it.

-- Daniele

psycopg by date:

Previous
From: Lex Berezhny
Date:
Subject: ZPsycopgDA Isolation Levels Bug
Next
From: Federico Di Gregorio
Date:
Subject: Re: ZPsycopgDA Isolation Levels Bug