Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gAfz9-00019G-Jo for psycopg@arkaria.postgresql.org; Thu, 11 Oct 2018 18:46:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gAfz5-0002Xt-J5 for psycopg@arkaria.postgresql.org; Thu, 11 Oct 2018 18:46:55 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gAfz5-0002Xm-0G for psycopg@lists.postgresql.org; Thu, 11 Oct 2018 18:46:55 +0000 Received: from mail-lf1-x135.google.com ([2a00:1450:4864:20::135]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gAfyx-0003CM-OC for psycopg@lists.postgresql.org; Thu, 11 Oct 2018 18:46:53 +0000 Received: by mail-lf1-x135.google.com with SMTP id z144-v6so7472842lff.13 for ; Thu, 11 Oct 2018 11:46:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IcKkAsiD/gvjXLS96dHr3tagAXcV1jHH2KBVQrQoVO4=; b=SJm99MdLUACXEOBewMP7yhcSFzXIyhVwjVficz9A9PYf3reaiuwK+xsFrxyd5EnV6D HVXaiYX0PFRpCy/lfNeb+j+Ru8LR8bd0/1QGkpyvJ4gT3yMIC5PSiHHRDjZDPnXdqG0M i1ni25BJRgvpJVs/7JLlYXhIirGcn8sljgHVnjExETyzn1OqnCRX/szKZ8y69DURRqoU rrNWGDjzYMXZnI84s/ITjXO9ukWZtF7vYF0ZhGcerEJCVbv3/2ZkdvIGLKwPr0wRt33j rislGfq7ZpEtukgyMcGVoOzVUxo0xViot3jhNl5dMMy5YqjpzAS2Epm8j0vLxLCAg+kg kQtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IcKkAsiD/gvjXLS96dHr3tagAXcV1jHH2KBVQrQoVO4=; b=Za+xpDZlYiVto61164wmJHjwvbFI7yWerDkoEGFTh5GhXyu26wrShwd+b8J9XZCZZA ZAdWiG9SKH77p329iFBQ/8iRhprCHYx3Be4WbMnnTTrWBJu44NpyQahl+28iajpMj08q EPyd0V7KCfB/FfvgdqmEmqG5rpE/CujiIwpdtioEpoQ3RT5Ll3qTBL6h5LjSkpm24dQ9 E7fQc2Uf9PQRjq0E4M+cGfUTF4a8QUfLxkTxMFGahZfuWf692hjuhKHhxVA/ZKrBZ/O6 BSO8qlySOVtZXmznwaBe3/Au394zhSVASdlZhyCxoa1qC6bNt2O9zEwcoZE8jFcySIar wI7w== X-Gm-Message-State: ABuFfohXZQkcl7KgcOTpm9Eyx2amz57IT5N9Ta7I6k73Rhoe/aL1eY7I ZXvl/wFdn2m6DgsJB+cw/kMl228P4nmQ7RTcFnUq4Q== X-Google-Smtp-Source: ACcGV60sv5ZSG80OHKclJcBy7ex3ra3YsDq3HUMTgA1UJdPFsbYewiUjEv8VbZKn0bMO/jqcHNpkvvOBJKucIc9/aZo= X-Received: by 2002:a19:f53:: with SMTP id e80-v6mr1980060lfi.80.1539283605670; Thu, 11 Oct 2018 11:46:45 -0700 (PDT) MIME-Version: 1.0 References: <1005537726.6324310.1538685211791@mail.yahoo.com> <602182297.6960405.1538755378178@mail.yahoo.com> <618fbba4-0f31-2e44-8517-a158cccbef0d@dndg.it> <1164838604.11237894.1539205855738@mail.yahoo.com> In-Reply-To: From: Daniele Varrazzo Date: Thu, 11 Oct 2018 19:46:33 +0100 Message-ID: Subject: Re: Integration of Psycopg with XTA To: Federico Di Gregorio Cc: psycopg@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Wed, Oct 10, 2018 at 10:19 PM Federico Di Gregorio wrote: > > On 10/10/2018 11:10 PM, Christian Ferrari wrote: > > By the way, PyMySQL/mysqlclient-python project > > asked me to rename the > > method from "get_native_conn()" to "_get_native_conn()". > I think that _if_ this should go cross-database a method without the > underscore is better. The underscore usually means private and that's > good as long as it is just that. An informal "standard" method name > should not have the "_" in it. +1 -- Daniele