pgAdmin 4 commit: Fixed EXEC script for procedures. Fixes #3850 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed EXEC script for procedures. Fixes #3850
Date
Msg-id E1gmEcD-0003cD-Ul@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed EXEC script for procedures. Fixes #3850

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=406ada10f54c6ccc86660a77d6d1ef0f0752efc3
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                   |  1 +
.../databases/schemas/functions/__init__.py        | 20 +++---
.../functions/tests/test_procedure_exec_sql.py     | 81 ++++++++++++++++++++++
.../databases/schemas/functions/tests/utils.py     | 39 +++++++----
4 files changed, 121 insertions(+), 20 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3850 - EXEC script generates incorrectsyntax: ERROR: syntax error at or near
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3850 - EXEC script generates incorrectsyntax: ERROR: syntax error at or near