Re: psycopg3 transactions - Mailing list psycopg

From Daniele Varrazzo
Subject Re: psycopg3 transactions
Date
Msg-id CA+mi_8avhGJ-JrYndoLhz=Q=7CUcFQ+MemAuOGacuZ6ckmrnkg@mail.gmail.com
Whole thread Raw
In response to Re: psycopg3 transactions  (Daniel Fortunov <postgresql@danielfortunov.com>)
List psycopg
On Fri, 15 Oct 2021 at 23:43, Daniel Fortunov
<postgresql@danielfortunov.com> wrote:

> One thing I didn't understand was the wording of this suggestion:
>>
>> use an autocommit connection: conn.autocommit = True, eventually as connect() parameter too;
>
>
> Is this meant to convey:
>>
>> use an autocommit connection: Set conn.autocommit = True (or you can provide this as a connect() parameter);

Yes, I will try to use some wording like that, thank you :)


-- Daniele



psycopg by date:

Previous
From: Daniel Fortunov
Date:
Subject: Re: psycopg3 transactions
Next
From: Karsten Hilbert
Date:
Subject: Re: psycopg3 transactions