ZPsycopgDA Isolation Levels Bug

Поиск
Список
Период
Сортировка
От Lex Berezhny
Тема ZPsycopgDA Isolation Levels Bug
Дата
Msg-id CACTcZkeSfaVKH5Y5YP=hiEwsHrqszt40B916vSpuzMFE2yHW-g@mail.gmail.com
обсуждение исходный текст
Ответы Re: ZPsycopgDA Isolation Levels Bug
Список psycopg
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 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.

Thanks,

 Lex

Вложения

В списке psycopg по дате отправления:

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: Fwd: Psycopg2 2.4.2 on Debian with Python 3
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: ZPsycopgDA Isolation Levels Bug