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
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
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
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
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
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,
>>
>>