Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mai3b-0000nJ-4K for psycopg@arkaria.postgresql.org; Wed, 13 Oct 2021 17:28:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mai3a-0007Tn-3e for psycopg@arkaria.postgresql.org; Wed, 13 Oct 2021 17:28:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mai3Z-0007Tf-SN for psycopg@lists.postgresql.org; Wed, 13 Oct 2021 17:28:45 +0000 Received: from mail-vk1-xa2f.google.com ([2607:f8b0:4864:20::a2f]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mai3X-0001m8-8L for psycopg@postgresql.org; Wed, 13 Oct 2021 17:28:45 +0000 Received: by mail-vk1-xa2f.google.com with SMTP id h132so2188980vke.8 for ; Wed, 13 Oct 2021 10:28:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UYcxu1tMnVPmmIkeECHf5gdhWm2Al687yzXgdidAe3A=; b=cZt6q1VNcrxR6digAj8uZGlCF0AADfr8LzHGSG7tx00RkSySFhm+o5RIwzb6+W5iE8 L+oZiSDg1fqCoNrz0Rfw8ekMysXNAlS4xX+yKz9edMkJNeZ5T4sx8AHiLKHFfQ+kbTAN ZNr2XWRNO8B+lznhfsgtsKw1rYNnvztvlhsmPmlgl4PUqRrxUovEJIJJ4hu9aoT008KO Pys10IGqEWOQmxPxaY4USCqW4T3o98JZjN5vqHGhsKK1GYcEdJZ9qts3lkS/MhxGbplr 1fys4SFQs1CXILYmKBDAmDbVcToPx8ILMqNA1uSG5/VX/G+I2bkgVM+Ma9YItt5x/8UR unBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UYcxu1tMnVPmmIkeECHf5gdhWm2Al687yzXgdidAe3A=; b=byuhdkuCr2H0IeVnathXcpw1tEYDq51bckDidPoV+ZSxnM4YDGAeYmL5M/0FpOgQvR Nmzpv8ARKiG9mCRXfSPeSK2Blgbbl6QwhkYtyvUQS3IJRvmjGoBsUYkeNcyfQbhCMkKn b4pSz0llfRgD28re5BDajiCK2L0DXT5sFyYkMV/EtcXUAIGjbmQfLxCB97LL/9yARHQb +a8KzLiVPZTZGIrDl6TVQbMJ0FgeOYHqpvgPzTFOJ4N/mnm5oK8KZ3OP/Y/Y+NNPmmyt AO4uh0VUtZt8JUhx+4laAI9fTHGmdERpE2zFsgAgIxXCyTgVXuN11MXXmSVhhIqVOGD3 pQ9g== X-Gm-Message-State: AOAM533w20BSEWbnErAt+ahoHTdUYOgCsf099oMsotrDxebkDWz+kyin deIt+WNsNBr/03HSAfxNLsgR8mtUUTj6MNPaaPc= X-Google-Smtp-Source: ABdhPJxZHBoMAIjyfoz4TAi7WCBLOASyquS76Nbe8Cm04LnR3f/P2YPHe+A7xdV0BZXM2ZWsntpRscsJL6ejORkZwnA= X-Received: by 2002:a05:6122:c8b:: with SMTP id ba11mr490213vkb.14.1634146121181; Wed, 13 Oct 2021 10:28:41 -0700 (PDT) MIME-Version: 1.0 References: <9a99d2d110b121542d1ea0a05066858b@paolodestefani.it> <6683df3e65fe961aa478e61db7ad687d@paolodestefani.it> In-Reply-To: <6683df3e65fe961aa478e61db7ad687d@paolodestefani.it> From: Daniele Varrazzo Date: Wed, 13 Oct 2021 19:28:29 +0200 Message-ID: Subject: Re: psycopg3 transactions To: Paolo De Stefani Cc: Psycopg Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, 13 Oct 2021 at 15:21, Paolo De Stefani wrote: > > Il 13/10/2021 13:50 Daniele Varrazzo ha scritto: > > > > I think we can improve the documentation there by extending more about > > the effects of the interaction between DBAPI transactions and the > > transaction() blocks. > I think the problem is only for people like me that come from psycopg2. Pretty much everyone comes from psycopg2, so we should definitely improve the docs :D https://github.com/psycopg/psycopg/issues/110 -- Daniele