Re: [pgAdmin 4][Patch] - RM #7408 - Fixed Column Type issue

2022-05-25 Thread Akshay Joshi
Thanks, the patch applied. On Wed, May 25, 2022 at 4:41 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for the RM #7408 - If the user selects a > data type with length/precision, the user can not see a data type and the > save button is also e

Re: [pgAdmin][patch] Query tool reset scroll on query execution

2022-05-25 Thread Akshay Joshi
Thanks, the patch applied. On Wed, May 25, 2022 at 5:22 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes issue where data grid scroll is not reset when a > query executed. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker |

pgAdmin 4 commit: Added PG/EPAS 15 and removed 9.6 from the binary path

2022-05-25 Thread Akshay Joshi
Added PG/EPAS 15 and removed 9.6 from the binary path entry in the preferences dialog. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=37b19e0be216a63ff94c27ef6ce1205f62d2bcf4 Modified Files -- web/config.py | 6

pgAdmin 4 commit: Fixed an issue when a table has a column with an arra

2022-05-25 Thread Akshay Joshi
Fixed an issue when a table has a column with an array type with length or precision, the column type is not selected while editing the table. Fixes #7408 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=955bb22cd1a38b83d42c7a49d69253cac07d89d9

pgAdmin 4 commit: Fixed an issue where the data grid scroll is not rese

2022-05-25 Thread Akshay Joshi
Fixed an issue where the data grid scroll is not reset when a query is executed. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aaab5c51a7e72f0c54dec02a6d15bd705c7025e4 Author: Aditya Toshniwal Modified Files -- web/package.json

[pgAdmin][patch] Query tool reset scroll on query execution

2022-05-25 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes issue where data grid scroll is not reset when a query executed. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" qt.scroll_title_fix.patch Desc

[pgAdmin 4][Patch] - RM #7408 - Fixed Column Type issue

2022-05-25 Thread Khushboo Vashi
Hi, Please find the attached patch for the RM #7408 - If the user selects a data type with length/precision, the user can not see a data type and the save button is also enabled in properties. When we have a table with a column having an array type with length/precision, the column type is not se