pgadmin4/web/pgadmin/browser/server_groups/servers
Khushboo Vashi 8869fd6eb3 Fix a number of debugger execution issues. Fixes #3191
1. EPAS packages' function/procedure does not honour INOUT arguments, it converts INOUT to OUT.

2.  Packages' functions and procedures are not getting listed in their respected nodes in some scenarios like procedure having INOUT argument and function with void return type

3. The Reverse engineering SQL is not correct for Packages' functions/procedures

4. In case of INOUT argument, debugger asks for mendatory input which should not.

5. Re-executing a procedure whilst direct debugging doesn't work.
2018-07-17 12:51:24 +01:00
..
databases Fix a number of debugger execution issues. Fixes #3191 2018-07-17 12:51:24 +01:00
pgagent Replace deprecated success, error callbacks in $.ajax call with new functions .done and .fail. 2018-07-09 13:54:00 +01:00
resource_groups Update Python and JS modules. Fixes #3154 2018-04-04 10:47:01 +01:00
roles Update Python and JS modules. Fixes #3154 2018-04-04 10:47:01 +01:00
static Replace deprecated success, error callbacks in $.ajax call with new functions .done and .fail. 2018-07-09 13:54:00 +01:00
tablespaces Replace deprecated success, error callbacks in $.ajax call with new functions .done and .fail. 2018-07-09 13:54:00 +01:00
templates Add support for SSH tunneled connections. Fixes #1447 2018-05-04 11:27:27 +01:00
tests Allow the connection timeout to be configured on a per-server basis. Fixes #3388 2018-06-19 19:58:46 -04:00
__init__.py Allow the connection timeout to be configured on a per-server basis. Fixes #3388 2018-06-19 19:58:46 -04:00
gpdb.py Update Python and JS modules. Fixes #3154 2018-04-04 10:47:01 +01:00
ppas.py Fixed issue of detection of EPAS server 11 and above. Version string is changed in EPAS 11 2018-06-21 18:30:37 +05:30
types.py Update Python and JS modules. Fixes #3154 2018-04-04 10:47:01 +01:00
utils.py PEP8 fixes for the server and server group modules. 2018-02-27 11:22:14 +00:00