Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.

2021-06-24 Thread Pradip Parkale
gt;> akshay.jo...@enterprisedb.com> wrote: >> >>> Thanks, the patch applied. >>> >>> On Wed, Jun 16, 2021 at 11:29 PM Pradip Parkale < >>> pradip.park...@enterprisedb.com> wrote: >>> >>>> Hi Hackers, >>>> >>

[pgAdmin][RM6557]: Incorrect column name listed in Properties of Index

2021-06-25 Thread Pradip Parkale
Hi Hackers, Please find attached patch for #6557 Incorrect column name listed in Properties of Index. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/utils.py b/web/pga

Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.

2021-07-06 Thread Pradip Parkale
Hi Akshay, Please find the updated patch. On Fri, Jun 25, 2021 at 11:40 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Thu, Jun 24, 2021 at 9:16 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Akshay, >> Please find the updated

[pgAdmin][RM6581] [React] Port Language node to react

2021-07-08 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6581: [React] Port Language node to react -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6581.patch Description: Binary data

[pgAdmin][RM6566]: [React] Port Cast node to react.

2021-07-13 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for # 6566.[React] Port Cast node to react. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6566.patch Description: Binary data

Re: [pgAdmin][RM6566]: [React] Port Cast node to react.

2021-07-13 Thread Pradip Parkale
Hi Hackers, Please ignore my previous patch and find the updated patch. On Wed, Jul 14, 2021 at 8:22 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for # 6566.[React] Port Cast node to react. > -- > Thanks &

Re: [pgAdmin][RM6581] [React] Port Language node to react

2021-07-15 Thread Pradip Parkale
ll the controls on the "Definition" tab are always disabled, also >values are not getting populated for existing language. > > Fixed. > >- Improve the code coverage to 80%, currently, it is 72.13% > > Fixed, improved to 78%. > > On Thu, Jul 8, 2021 at

Re: [pgAdmin][RM6448]: [search object] error displayed for non superuser because of right on pg_catalog.pg_subscription

2021-07-19 Thread Pradip Parkale
Hi Akshay, Please find the updated patch.I have added a more reliable solution to solve this issue. On Wed, Jun 23, 2021 at 12:52 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, Jun 22, 2021 at 4:17 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrot

[pgAdmin][RM6610]: [React] Port Publications node to react

2021-07-21 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6610: [React] Port Publications node to react. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6610.patch Description: Binary data

[pgAdmin][RM6634]: [React] Port Subscriptions node to react.

2021-08-03 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6634: [React] Port Subscriptions node to react. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6634.patch Description: Binary data

Fwd: [pgAdmin][RM6634]: [React] Port Subscriptions node to react.

2021-08-03 Thread Pradip Parkale
Hi, Please ignore my previous patch and find the updated patch.I have improved code coverage for cast node. -- Forwarded message - From: Pradip Parkale Date: Tue, Aug 3, 2021 at 4:44 PM Subject: [pgAdmin][RM6634]: [React] Port Subscriptions node to react. To: pgadmin-hackers

[pgAdmin][RM4904] Copy SQL from main window to query tool

2021-08-06 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #4904 Copy SQL from main window to query tool. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM4904.patch Description: Binary data

[pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react

2021-08-23 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for RM6677 and RM6632 [React] Port Procedure and Function node to react. Also Updated a few test cases for previous ported nodes. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6677.patch Description: Binary data

Re: [pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react

2021-08-25 Thread Pradip Parkale
Hi Akshay, Please find the attached patch. I have improved the code coverage of Function node and also fixed the test cases which were failing for Cast ,Subscription and Publication node. On Tue, Aug 24, 2021 at 10:54 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > H

[pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.

2021-09-07 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for Partitioned table should be created using COLLATE and opclass.I have added collate and opclass support for partition table. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM2546.patch Description: Binary data

Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.

2021-09-07 Thread Pradip Parkale
using underscores: > +this.datatypes = datatypes; > +this.getOperatorClass = getOperatorClass; > +this.dataTYPE = []; > +this.op_class_types = []; > > On Tue, Sep 7, 2021 at 8:41 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers

Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.

2021-09-14 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for jasmine failures. On Thu, Sep 9, 2021 at 4:26 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Sep 8, 2021 at 9:40 AM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> &g

Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.

2021-09-21 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for jasmine failures. On Wed, Sep 15, 2021 at 11:58 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Sep 15, 2021 at 11:10 AM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Akshay, >>

[pgAdmin][RM6741]: Cast node issues

2021-09-23 Thread Pradip Parkale
Hi Hackers, Please find the attached for following issues: 1. Function should be empty by default. 2. System cast? should be True for system cast. 3. Explicit should be selected by default. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6741.p

[pgAdmin][RM6799]: [React] User can not Add parameter for PG procedures and Functions

2021-09-27 Thread Pradip Parkale
available and user try to use blank option -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6799.patch Description: Binary data

[pgAdmin][RM6815]: Language Node > Edit dialogue allows clearing owner field.

2021-09-29 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6815: Language Node > Edit dialogue allows clearing owner field. This patch also includes the fix for #6823: [React] Language node is disabled for the functions for EPAS/PG 9.6 and 10. -- Thanks & Regards, Pradip Parkale Software E

Re: [pgAdmin][RM6677 & RM6632] [React] Port Procedure and Function node to react

2021-09-30 Thread Pradip Parkale
. On Thu, Aug 26, 2021 at 12:22 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Thu, Aug 26, 2021 at 11:53 AM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> Please find the attached patch. I have improved the cod

[pgAdmin][RM6835]: Unable to edit publication in properties dialog.

2021-10-04 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for 1st part of #6835. - Unable to edit publication in the subscription dialog. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6835.patch Description: Binary data

[pgAdmin][Patch]: 'Only Table' should be disabled unless table value is changed.

2021-10-05 Thread Pradip Parkale
nnection timeout and sslmode value is getting updated after subscription update. Fixes #6835. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6862.patch Description: Binary data

[pgAdmin][RM6794]: Provide functionality to disable/enable rules

2021-10-11 Thread Pradip Parkale
Hi Hackers, Please find the updated patch for #6794 Provide functionality to disable/enable rules. This patch also includes the fix for #6870 Unable to delete server group if first server group has shared server. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corpora

Re: [pgAdmin][RM6794]: Provide functionality to disable/enable rules

2021-10-13 Thread Pradip Parkale
you need to get the drop-down in edit mode. > Please update the documentation and screenshot as well. > Fixed. > > > On Mon, Oct 11, 2021 at 7:37 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the upd

[pgAdmin][RM6780]: While inheriting table, if newly added column present in parent table then merge columns

2021-10-19 Thread Pradip Parkale
Hi Hackers, Please find the attached patch which resolved #6780 While inheriting table, if newly added column present in parent table then merge columns. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6780.patch Description: Binary data

[pgAdmin][RM5427]: pgAdmin is freezing

2021-10-26 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #5427 pgAdmin is freezing. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM5427.patch Description: Binary data

[pgAdmin][RM6940]: Pop for user details is not shown when non-admin user tries to connect shared server.

2021-10-29 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6940 Pop for user details is not shown when non-admin user tries to connect to a shared server. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6940.patch Description: Binary data

Re: [pgAdmin][RM5427]: pgAdmin is freezing

2021-11-08 Thread Pradip Parkale
Hi Akshay, Please find the attached patch. On Wed, Oct 27, 2021 at 11:06 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Oct 27, 2021 at 10:10 AM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please fi

[PgAdmin][RM6845]: Inherit table icons not visible in tree view

2021-11-10 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6845 Inherit table icons not visible in tree view. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6845.patch Description: Binary data

[pgAdmin][RM6981]: SQL for index shows same column multiple times

2021-11-15 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for #6981 SQL for index shows same column multiple times. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6981.patch Description: Binary data

[pgAdmin][RM6986]: Can't debug function with timestamp parameter

2021-11-16 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6986 Can't debug function with timestamp parameter. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6986.patch Description: Binary data

[pgAdmin][RM7031]: Database definition wrong

2021-12-01 Thread Pradip Parkale
Hi Hackers, Please find the attached for #7031 Database definition wrong. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7031.patch Description: Binary data

Re: [pgAdmin][RM7031]: Database definition wrong

2021-12-02 Thread Pradip Parkale
+# db.engine.execute("PRAGMA foreign_keys=ON") > + > +# db.session.commit() > + > +# db.engine.execute("PRAGMA foreign_keys=ON") > + > Fixed. > > > > On Wed, Dec 1, 2021 at 5:25 PM Akshay Joshi > wrote: > >> Thanks, t

[pgAdmin][RM6840]: Tooltip data are not displaying on Downloaded graphical explain plan (SVG file)

2021-12-05 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6840 Tooltip data not displaying on Downloaded graphical explain plan (SVG file). -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6840.patch Description: Binary data

Re: [pgAdmin][RM6840]: Tooltip data are not displaying on Downloaded graphical explain plan (SVG file)

2021-12-12 Thread Pradip Parkale
Hi Akshay, Please find the updated patch.I have removed some unwanted code. On Mon, Dec 6, 2021 at 8:16 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Sun, Dec 5, 2021 at 3:24 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers,

[pgAdmin][RM7034]: Columns with default value not showing [default] when adding new row

2021-12-14 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #7034 Columns with default value not showing [default] when adding a new row. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7034.patch Description: Binary data

[pgAdmin][Patch]:Hide shared server is not working after react porting.

2022-01-03 Thread Pradip Parkale
Hi Hackers, Please find the attached patch. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation treeDestroy.patch Description: Binary data

[pgAdmin][RM7016]: Port Dependent, dependencies, statistics panel to React.

2022-01-04 Thread Pradip Parkale
Hi Hackers, Please find the attached patch. I have a ported dependent , dependencies and statistics panel to React. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation panel.patch Description: Binary data

[pgAdmin][RM7176]: pgAdmin 4 v6.5 / Windows 10 - state is not recalled on startup

2022-03-30 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #7176 <https://redmine.postgresql.org/issues/7176>. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7176.patch Description: Binary data

Re: [pgAdmin][RM7176]: pgAdmin 4 v6.5 / Windows 10 - state is not recalled on startup

2022-03-31 Thread Pradip Parkale
r 30, 2022 at 2:56 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached patch for #7176 >> <https://redmine.postgresql.org/issues/7176>. >> >> -- >> Thanks & Regards, >&

Re: [pgAdmin][RM7176]: pgAdmin 4 v6.5 / Windows 10 - state is not recalled on startup

2022-04-04 Thread Pradip Parkale
Hi Akshay, Please find the updated patch. On Thu, Mar 31, 2022 at 6:29 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Thu, Mar 31, 2022 at 5:58 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> Please find

[pgAdmin][RM7255]:Update select control UI

2022-04-07 Thread Pradip Parkale
Hi Hackers, Please find the attached for #7255. I have removed the dropdown list icon for the empty select list. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7255.patch Description: Binary data

[pgAdmin][RM7296]: Browser tree is not getting refresh after deleting the multiple node from collection properties

2022-04-07 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #7296.I have fixed the issue where the browser tree did not refresh after multiple nodes were deleted. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7296.patch Description: Binary data

Re: [pgAdmin][RM7255]:Update select control UI

2022-04-08 Thread Pradip Parkale
Hi, Please ignore my previous email. Please find the updated patch. On Fri, Apr 8, 2022 at 12:21 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached for #7255. I have removed the dropdown list icon > for the empty select list.

Re: [pgAdmin][RM7296]: Browser tree is not getting refresh after deleting the multiple node from collection properties

2022-04-11 Thread Pradip Parkale
Joshi wrote: > Thanks, the patch applied. > > On Fri, Apr 8, 2022 at 12:29 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached patch for #7296.I have fixed the issue where the >> browser tree did

[pgAdmin][RM7308]: Server activity - Preserve sorting on refresh

2022-04-13 Thread Pradip Parkale
Hi Hackers, Please find attached for #7308. 1. Sorting should be preserved when the server activity is refreshed and the tab changes. 2. Also, I have fixed the issue where on database selection, 'Session' should be selected by default. -- Thanks & Regards, Pradip Pa

Re: [pgAdmin][RM7308]: Server activity - Preserve sorting on refresh

2022-04-13 Thread Pradip Parkale
Hi Hackers, Please ignore my previous email. Here is the updated patch. On Wed, Apr 13, 2022 at 10:50 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached for #7308. > >1. Sorting should be preserved when the server

[pgAdmin4][RM7299]: Statistics.jsx has sort issue

2022-04-18 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #7299. I have fixed the sorting issue for the size column where we are displaying units like 'MB', 'bytes'. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7299.patch Description: Binary data

[pgAdmin][RM7322] Error Message displayed "Request failed with status code 503" if create new database on Windows only

2022-04-21 Thread Pradip Parkale
Hi Hackers, You can find the attached patch for #7322. The error message "Request failed with status code 503" appears if you create a new database. I also solved their issue with the SQL panel being editable. -- Thanks & Regards, Pradip Parkale Software Engineer | Enterprise

[pgAdmin][RM7305]: Dashboard Server Activity showing old queries as active, not always showing current queries

2022-04-27 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #7305 Dashboard Server Activity showing old queries as active, not always showing current queries. As well, I fixed the issue where the value of the search was resetting after clicking the checkbox -- Thanks & Regards, Pradip Parkale Soft

[pgAdmin][RM7339]: Dashboard column sort order not remembered when refresh button pressed (same for filter)

2022-04-28 Thread Pradip Parkale
Hi Hackers, Please find the attached for # 7339. I have fixed the below issue in this patch 1. Filter text is disappearing after refresh. 2. Collection node properties are not refreshing after collection node refresh. -- Thanks & Regards, Pradip Parkale Software Engi

[pgAdmin][RM7351]: Templates not displayed

2022-05-10 Thread Pradip Parkale
to change template flag in edit mode. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7351.patch Description: Binary data

Re: [pgAdmin][RM7351]: Templates not displayed

2022-05-11 Thread Pradip Parkale
mean, > they're not system objects. > Yes, and I have made changes to display only user defined templates and rest will work the way it used to be. > >> On Wed, 11 May 2022 at 07:12, Pradip Parkale < >> pradip.park...@enterprisedb.com> wrote: >> >>

[pgAdmin]: Feature test cases fixes

2022-05-16 Thread Pradip Parkale
Hi Hackers, Please find the attached for some feature test cases fixes. 1. pg_datatype_validation_test.py 2. pg_utilities_backup_restore_test.py 3. test_copy_sql_to_query_tool.py 4. browser_tool_bar_test.py 5. keyboard_shortcut_test.py -- Thanks & Regards, Pradip Par

Re: [pgAdmin][RM7351]: Templates not displayed

2022-05-17 Thread Pradip Parkale
ined template databases? The new icon for that may look like a 'T' on top of the current DB icon. > >> >>> >>>> - Should there be a separate option to show/hide template databases? >>>> - If so, what should the default be (hint: I think yes, and o

[pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-18 Thread Pradip Parkale
Hi Hackers, Please find the attached for # 7364.Allow resizing of columns on dashboard tables After this patch users can resize the dashboard columns. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7364.patch Description: Binary data

Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-18 Thread Pradip Parkale
le of the tab. >Example: Description column of the Configuration tab. > > Fixed. > > On Wed, May 18, 2022 at 3:32 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached for # 7364.Allow resizing of

Re: [pgAdmin][RM7351]: Templates not displayed

2022-05-18 Thread Pradip Parkale
ill be the same as for other databases. On Tue, May 17, 2022 at 1:50 PM Dave Page wrote: > > > On Tue, 17 May 2022 at 08:08, Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Dave/Team, >> >> On Wed, May 11, 2022 at 4:37 PM Aditya Toshni

Re: [pgAdmin]: Feature test cases fixes

2022-05-23 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for remaining test cases. On Tue, May 17, 2022 at 7:08 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, May 17, 2022 at 12:19 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >

Re: [pgAdmin][RM-7347]:Improve color scheme for Authentication type in properties for server

2022-05-24 Thread Pradip Parkale
/issues/7383> I*mprove color scheme for >> Authentication type in properties for server* >> >> >> Thanks >> Siva Nagaraju >> > > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* > <http://edbpostgres

Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-29 Thread Pradip Parkale
the previous patch. *Thanks & Regards,* *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* On Wed, May 18, 2022 at 5:51 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, May 18, 2022 at 5:44 PM Pradip Parkale < > pradip.park...@enterprisedb.com>

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-01 Thread Pradip Parkale
nge the properties dialog options/design. >>4. We are giving options to hide the templates and by default, the >>option will be true, so the collection node for template DBs will be the >>same as for other databases. >> >> Works for me. Thanks. > >

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-09 Thread Pradip Parkale
; >>> - IS_TEMPLATE = {{ data.is_template }}{% endif %}; >>>- In the SQL file, you added a new condition "{% if >>>show_user_defined_templates is defined %}" but I found that you have not >>>passed the '*show_user_defin

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-13 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for RESQL test cases failure. *Thanks & Regards,* *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* On Mon, Jun 13, 2022 at 2:51 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Jun 13, 2022 at 12:56 PM P

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-14 Thread Pradip Parkale
PPAS. Please > investigate and send the proper fix. > > On Mon, Jun 13, 2022 at 5:08 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> Please find the attached patch for RESQL test cases failure. >> >> >> *Th

[pgAdmin][RM7461]: PgAdmin 4 itself left too many connections idle

2022-06-23 Thread Pradip Parkale
Hi Hackers, There is an attached patch for #7461. When a user switches to a new connection in the query tool and closes the query tool, then the new connection is not closed. The new connection shows as idle in Dashboard. I have fixed this in the attached patch. Additionally, I have fixed the 'Sho

[pgAdmin][RM7518]: Issue in Dashboard panel

2022-07-01 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #7518.The dashboard Graph API was being called even after the panel was closed, which has been fixed. *Thanks & Regards,* *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* RM7518.patch Description: Binary data

Re: [pgAdmin][RM7462]: Revisit all the SQL files and remove the SQL for all the unsupported version

2022-07-26 Thread Pradip Parkale
Hi Hackers, Found one minor issue with the implementation.I will send another patch soon.Please don't commit this patch. My apologies for any inconvenience caused. *Thanks & Regards,* *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* On Tue, Jul 19, 2022 at 6:25 PM Pradi

[pgAdmin][patch]:Shared server issue

2022-08-11 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for your reference.I have fixed the shared server issue where on expand it opens the properties dialog of some other server. *Thanks & Regards,* *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* Sharedserverissue.patch Description: Binary

<    1   2