Hi Hackers,
Attached is the patch to fix the error "string indices must be integers"
displayed if clicked on PostgreSQL internal columns under the columns node.
Kindly review.
--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant
Ensure editable and read-only columns in Query Tool should be identified by
icons and tooltips in the column header. Fixes #4667
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8f7d5ac6fd1625ec8d27300b9a1c5319fc22446
Author: Yosry Muhammad
Fix an error that could be seen when click on any system column of a table.
Fixes #4577
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53ab4d7e8dd68021641fbc448728f9bcfb1fc9e9
Author: Aditya Toshniwal
Modified Files
--
docs/en_U
Thanks patch applied.
On Mon, Aug 26, 2019 at 12:46 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Attached is the patch to fix the error "string indices must be integers"
> displayed if clicked on PostgreSQL internal columns under the columns node.
>
> Kindly r
Hi Hackers,
Attached is the patch to fix two issues:
1) 4487 - Boolean data type is not editable in view data
2) 3778 - No keyboard key to edit boolean column in "View/Edit Data"
Kindly review.
--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain
Modified RE-SQL test to cover Password, Account Expire, Connection Limit and
Variables for Roles.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ddc9cc889b52d6d2ee264f8a1515bc014c2232f
Author: Murtuza Zabuawala
Modified Files
-
Hi Hackers,
Please find here attached patch for sql re engineering test cases for views
node. As part of this patch I have also incorported followings
- Fix for bug # 4650
- Also modified views/template/create.sql due to which, apparently same
output and input was not matching for test c
Just a correction, bug reference in above mail should be *4486* instead of
*4650*.
On Mon, Aug 26, 2019 at 7:50 PM Usman Muzaffar <
usman.muzaf...@enterprisedb.com> wrote:
> Hi Hackers,
>
> Please find here attached patch for sql re engineering test cases for
> views node. As part of this patch I