ZPsycopgDA Isolation Levels Bug

From: Lex Berezhny <eukreign(at)gmail(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: ZPsycopgDA Isolation Levels Bug
Date: 2011-08-09 15:13:25
Message-ID: CACTcZkeSfaVKH5Y5YP=hiEwsHrqszt40B916vSpuzMFE2yHW-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
ZPsycopgDA.fix.diff application/octet-stream 1.7 KB

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2011-08-09 15:23:14 Re: ZPsycopgDA Isolation Levels Bug
Previous Message Daniele Varrazzo 2011-08-05 20:36:24 Re: Fwd: Psycopg2 2.4.2 on Debian with Python 3