[patch] Dependents and Dependencies in GreenPlum

From: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [patch] Dependents and Dependencies in GreenPlum
Date: 2017-04-21 19:42:33
Message-ID: CAE+jjam5JoMt9+Ue-O_qpgEJO_wAGJfGoaLCJg-1VzVc+AqB_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

We found out that when you are connected to a GreenPlum database and try to
get Dependents and Dependencies of an object the application was returning
a SQL error.

This patch splits the SQL query used to retrieve the Dependents,
Dependencies, and Roles SQL file into multiple versioned files.
Add Unit Tests for each file.
Also added __init__.py files to other test directories to run the tests in
them.
Add ORDER BY into Copy Selection Feature test to ensure the results are
retrieved always in the same order
Renamed the Scenario of the xss_checks_pgadmin_debugger_test and skip it
for versions less than 9.1

Thanks

Joao & Sarah

Attachment Content-Type Size
0001-Fix-error-while-checking-Dependents-and-Dependencies.patch application/octet-stream 35.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Josh Berkus 2017-04-21 21:40:44 Re: Install of pgadmin4 from package fails ...
Previous Message Joao Pedro De Almeida Pereira 2017-04-21 18:58:09 Re: [patch] Update chrome driver to support chrome version 58 in tests