pgAdmin 4 commit: Fix deletion of rows where the primary key isn't at o

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix deletion of rows where the primary key isn't at o
Date: 2017-03-24 13:33:00
Message-ID: E1crPKu-0008JZ-Fg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix deletion of rows where the primary key isn't at ordinal zero. Fixes #2274

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5f2a15dd6db6f08de14108efb9b8ccfdb2705319
Author: Wayne Winch Jr <waynewinchjr(at)earthlink(dot)net>

Modified Files
--------------
web/pgadmin/tools/sqleditor/command.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-24 13:33:23 Re: Re: [pgAdmin 4 - Bug #2274] Row Deletion Against Tables With PKs Not at Ordinal 0 Position Fail
Previous Message Atira Odhner 2017-03-24 13:32:48 Re: Re-vamping the history tab