Re: [snafu] isolation-level change in 2.4.2 - Mailing list psycopg

From Marko Kreen
Subject Re: [snafu] isolation-level change in 2.4.2
Date
Msg-id CACMqXC+f3Q6e4Y5p413GB1tPy977H0_XXHMhcfCd+S2Jevw29g@mail.gmail.com
Whole thread Raw
In response to Re: [snafu] isolation-level change in 2.4.2  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Responses Re: [snafu] isolation-level change in 2.4.2  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg
On Wed, Dec 14, 2011 at 6:15 PM, Daniele Varrazzo
<daniele.varrazzo@gmail.com> wrote:
> The only widespread use of a numeric value I've seen (including many
> official psycopg2 examples) is for autocommit=0, so when I've changed
> the values I've cared to keep that value stable only.

Please remove any kind of usage of plain ints from psycopg
test and example code, if you really want discourage such use.

db.set_isolation_level(0) quite strongly hints that other
numeric usage is valid too.

Esp. note the usage in lib/psycopg1.py that was not updated
with your previous changes.

--
marko

psycopg by date:

Previous
From: Federico Di Gregorio
Date:
Subject: Re: [snafu] isolation-level change in 2.4.2
Next
From: Daniele Varrazzo
Date:
Subject: Re: [snafu] isolation-level change in 2.4.2