Re: ZPsycopgDA Isolation Levels Bug

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: Lex Berezhny <eukreign(at)gmail(dot)com>
Cc: psycopg(at)postgresql(dot)org
Subject: Re: ZPsycopgDA Isolation Levels Bug
Date: 2011-08-09 15:23:14
Message-ID: CA+mi_8Ym_MX8F8WE1LFCLL6k4duu3ACVbPj5MRkdS5zgwUigOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

2011/8/9 Lex Berezhny <eukreign(at)gmail(dot)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

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Federico Di Gregorio 2011-08-09 15:45:31 Re: ZPsycopgDA Isolation Levels Bug
Previous Message Lex Berezhny 2011-08-09 15:13:25 ZPsycopgDA Isolation Levels Bug