Thanks, committed. I included a note in the commit message and the code to
look for a more appropriate solution in the future.
On Tue, Nov 20, 2018 at 8:59 AM Akshay Joshi
wrote:
> Hi Hackers,
>
> Attached is the patch to fix RM #3734 "Error Message displayed once user
> use debugger and execute
Prevent the debugger controls being pressed again before previous processing is
complete. Fixes #3734
Note that this needs to be re-visited in the future, as the current fix is
somewhat hacky.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=
Thanks, patch applied.
On Mon, Nov 19, 2018 at 11:44 AM Akshay Joshi
wrote:
> Hi Hackers,
>
> Attached is the patch to fix the RM #3742 "ALTER COLUMN bug". Please
> review it.
>
> --
> *Akshay Joshi*
>
> *Sr. Software Architect *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>
--
Fix changes to the NOT NULL and default value options in the Table Dialogue.
Fixes #3742
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b5abdfa8f996773fd5819ccaf92941503089a2d
Author: Akshay Joshi
Modified Files
--
docs/en_US/r
Thanks, applied.
On Fri, Nov 16, 2018 at 7:26 AM Akshay Joshi
wrote:
> Hi Hackers,
>
> Attached is the patch to fix the RM #3736 "In case of Debugger, if click
> on breakpoints then other buttons should not disabled". Please review it.
>
> --
> *Akshay Joshi*
>
> *Sr. Software Architect *
>
>
>
Fix toggle breakpoints buttons in the debugger. Fixes #3736
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=782b7419f68f5da4a25aa3a06f02c07f782d1cb0
Modified Files
--
docs/en_US/release_notes_3_6.rst | 1 +
web/pgadmin
Hi
On Fri, Nov 16, 2018 at 6:53 AM Akshay Joshi
wrote:
> Hi Hackers,
>
> Attached is the patch to fix the RM #3354 "Debugger does not start if
> function has input vars of type array". Apart from that patch contains fix
> for the following:
>
>- Parameter values showing twice in case of arra
Hi
On Tue, Nov 20, 2018 at 6:01 AM Akshay Joshi
wrote:
> Hi Dave
> On Mon, Nov 19, 2018 at 8:09 PM Dave Page wrote:
>
>> A number of people have asked for the ability to import and export server
>> definitions. It's also convenient to have such a feature in the container
>> world, where new ins
Done - thanks!
On Tue, Nov 20, 2018 at 5:34 AM navnath gadakh <
navnath.gad...@enterprisedb.com> wrote:
> ignore previous, use self.assertEqual(a,b) instead of self.assertTrue(a ==
> b)
>
> On Tue, Nov 20, 2018 at 10:46 AM navnath gadakh <
> navnath.gad...@enterprisedb.com> wrote:
>
>> small feed
Hi Hackers,
Attached is the patch to fix RM #3734 "Error Message displayed once user
use debugger and execute procedure list_emp 5 times with fast speed".
*Solution*: I have wrapped the logic to enable "*Continue*" button in
setTimeout() function with the sleep of 500ms. This is not the exact
sol
10 matches
Mail list logo