Re: Fix for debugger issue with EPAS package procedures/functions INOUT params #RM3191

2018-08-29 Thread Khushboo Vashi
Hi, Please find the attached updated patch which handles the already saved debug logs into SQLite database. Thanks, Khushboo On Wed, Aug 29, 2018 at 11:08 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Harshal, > > On Tue, Aug 28, 2018 at 6:23 PM, Harshal Dhumal < > harshal.d

pgAdmin 4 commit: When building the Windows installer, copy system Pyth

2018-08-29 Thread Dave Page
When building the Windows installer, copy system Python packages before installing dependencies to ensure we don't end up with older versions than intended. Fixes #3579 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b7ad95907a92236f9652713ca

pgAdmin 4 commit: Fixed debugger execution issues:

2018-08-29 Thread Akshay Joshi
Fixed debugger execution issues: 1. Allow debugging of EPAS package procedures/functions with INOUT params. 2. Add support for indirect debugging for EPAS package procedures/functions. 3. Allow debugging with NULL param values. 4. Remove saved debug arguments. Fixes #3191 Branch -- master

Re: Fix for debugger issue with EPAS package procedures/functions INOUT params #RM3191

2018-08-29 Thread Akshay Joshi
Thanks patch applied. On Wed, Aug 29, 2018 at 3:42 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch which handles the already saved > debug logs into SQLite database. > > Thanks, > Khushboo > > On Wed, Aug 29, 2018 at 11:08 AM, Khushboo

pgAdmin 4 commit: Fix auto scrolling issue in debugger on step in and s

2018-08-29 Thread Akshay Joshi
Fix auto scrolling issue in debugger on step in and step out. Fixes #3554. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=283a69a21a6b232677b7c1365b2d17a0f436ac3b Author: Aditya Toshniwal Modified Files -- docs/en_US/release_note

Re: [pgAdmin4][RM3554] Debugger scroll issue for long procedures

2018-08-29 Thread Akshay Joshi
Thanks patch applied. On Wed, Aug 29, 2018 at 11:38 AM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the updated patch. Fixed linter issues. > > On Wed, Aug 29, 2018 at 11:26 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Aditya, >> >>