Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hl97i-0005Am-03 for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Jul 2019 09:42:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hl97g-0003hO-PD for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Jul 2019 09:42:48 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hl96O-0006lf-Gg for pgadmin-hackers@lists.postgresql.org; Wed, 10 Jul 2019 09:41:28 +0000 Received: from mail-qk1-x733.google.com ([2607:f8b0:4864:20::733]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hl96M-0000kl-6a for pgadmin-hackers@postgresql.org; Wed, 10 Jul 2019 09:41:27 +0000 Received: by mail-qk1-x733.google.com with SMTP id 201so1334386qkm.9 for ; Wed, 10 Jul 2019 02:41:26 -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=ln0uXpzKp/z12/DOTfEEpgWdf9BWboVxH4FjKPrVJss=; b=iH9iqxisE/4y2j8OJTE9KPGPJv4MFK/1FnmMmQVAI2DejRXaYN5NF0d8cGchyZaen1 x/nhlaTT9mUPBcIIBnTKScmNyEkzpb+0+ov8nt7wQhmWLtHxXm644HyfbzrfYTEPeSPt 1N+uJfeW93iUks3gQw89nPBAwiaNLzKQ1vQNXT6Fpx7dBC/yRiPHYsI2r9KaLrgezbdu HzNJ9mGru0qUcqrgTZPRm26AKu5LnUqkLXsfL1Sxy1quEnkYH3mG1NlWnZWlIlcwSm5E MQTesMA5sjraDanChJJsbhiNN88k7MuCywd9NAPLspAMU4cWCi81c/XkNl4qsNJjX1sl BJLg== 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=ln0uXpzKp/z12/DOTfEEpgWdf9BWboVxH4FjKPrVJss=; b=r3i9aFV3BrRnXvh1iTvRwibQEqUhzmg5bBioulCNA2lm7wCEAl7Iglo9q3V03z2vIT lbJ6JVZzx2jI366xHu09OVRUwRb6VY6itUUAQQ87WNPFei3GbJaL39caUEE+4bL+vO8H +jBeLKOhSFPkfu9jkavGGKdQLhYCPliVnhtDwIPuOzvWTylPiMI7vIxe1SkIW7OPGPMg ZbRnIM6k4NoXFIpU/FISWN6DsEhyMt+MCDBCjzeaItjM1WtrBPkdMZRLVN1zjKzSDvEr m0e1/xTXxQu5T0OPbP5BUtrAQitTQJSAhZD2ni6+Wm7GASNBq6F+J5swEaZkl55jPWLg I1Aw== X-Gm-Message-State: APjAAAUt31RJGbpKP9HR0jwG4XnlQT1hJzEWUfQGnmPNyxa2A8YjDy4X qSIHPkeK1Al8FGR76eFd8UP80RI9YEOm3mmwyaY= X-Google-Smtp-Source: APXvYqx/dyIXKXFvzp1DaAp/ttF+LAwZBACvXLPCa+yNSJh+ALd+ENBin7LYQsm+nNJ+4HMdRHKY/wUg4ZYfdSwAcGY= X-Received: by 2002:a37:7cc5:: with SMTP id x188mr21026329qkc.456.1562751685283; Wed, 10 Jul 2019 02:41:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Yosry Muhammad Date: Wed, 10 Jul 2019 11:41:13 +0200 Message-ID: Subject: Re: [GSoC] Finalized First Patch To: Khushboo Vashi Cc: Dave Page , pgadmin-hackers@postgresql.org, Akshay Joshi Content-Type: multipart/alternative; boundary="00000000000012d3e3058d507ba0" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000012d3e3058d507ba0 Content-Type: text/plain; charset="UTF-8" Hi, On Wed, Jul 10, 2019, 9:14 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Some points I missed: > 1. I assumed that in this patch modification in case of OIDs= True > (without primary key) has not considered as that is not working. > This is not implemented yet. I will work on that in a following patch soon enough. 2. As we are already showing the changed Data prompt on closing the Query > Tool, do we really need the Uncommitted Transaction prompt? > This is needed when auto-commit is off. Saving changes in the data grid is performed as part of the ongoing transaction (or a new one if none is ongoing). After saving the data changes the user should still commit the current transaction for the changes to be commited to the database. This feature is also useful in general when auto-commit is off as users may forget to commit ongoing transactions. Thanks and Regards :D --00000000000012d3e3058d507ba0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Wed, Jul 10, 2019, 9:14 AM Khushboo Vashi <khushboo.vashi@enterprised= b.com> wrote:
Some points I missed:
1.=C2=A0 I assumed that in this patch modifica= tion in case of OIDs=3D True (without primary key) has not considered as th= at is not working.
This is not implemented yet. I will work on that = in a following patch soon enough.

2. As we are already showing the changed Data prompt on clos= ing the Query Tool, do we really need the Uncommitted Transaction prompt?= =C2=A0

This is needed when auto-commit is off. Saving changes in the= data grid is performed as part of the ongoing transaction (or a new one if= none is ongoing). After saving the data changes the user should still comm= it the current transaction for the changes to be commited to the database. = This feature is also useful in general when auto-commit is off as users may= forget to commit ongoing transactions.

Thanks=C2=A0and Regards :D --00000000000012d3e3058d507ba0--