Re: ZPsycopgDA Isolation Levels Bug

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: ZPsycopgDA Isolation Levels Bug
Дата
Msg-id CA+mi_8Ym_MX8F8WE1LFCLL6k4duu3ACVbPj5MRkdS5zgwUigOg@mail.gmail.com
обсуждение исходный текст
Ответ на ZPsycopgDA Isolation Levels Bug  (Lex Berezhny <eukreign@gmail.com>)
Ответы Re: ZPsycopgDA Isolation Levels Bug
Список 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 по дате отправления:

Предыдущее
От: Lex Berezhny
Дата:
Сообщение: ZPsycopgDA Isolation Levels Bug
Следующее
От: Federico Di Gregorio
Дата:
Сообщение: Re: ZPsycopgDA Isolation Levels Bug