Re: ZPsycopgDA Isolation Levels Bug

From: Federico Di Gregorio <federico(dot)digregorio(at)dndg(dot)it>
To: psycopg(at)postgresql(dot)org
Subject: Re: ZPsycopgDA Isolation Levels Bug
Date: 2011-08-09 15:45:31
Message-ID: 4E41561B.80202@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 09/08/11 17:23, Daniele Varrazzo wrote:
> 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.

IMO, autocommit should not be included. Zope has the concept of "page
transaction" and we don't want to break that.

>> 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.

Yep, just send to me or to this list a pull request.

federico

--
Federico Di Gregorio federico(dot)digregorio(at)dndg(dot)it
Studio Associato Di Nunzio e Di Gregorio http://dndg.it
Se consideri l'uso del software libero una concessione tu stesso,
come potrai proporla agli altri? -- Nick Name

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Lex Berezhny 2011-08-09 18:16:39 Re: ZPsycopgDA Isolation Levels Bug
Previous Message Daniele Varrazzo 2011-08-09 15:23:14 Re: ZPsycopgDA Isolation Levels Bug