public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin][RM-6022]: Shared servers import is failing.
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin][RM-6022]: Shared servers import is failing.
@ 2020-12-02 11:53 Nikhil Mohite <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Nikhil Mohite @ 2020-12-02 11:53 UTC (permalink / raw)
To: pgadmin-hackers
Hi Team,
Please find the patch for RM-6022
<https://redmine.postgresql.org/issues/6022;: Shared servers import is
failing.
added missing shared server flag while loading servers.
--
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* <https://www.enterprisedb.com/;
*Mob.No: +91-7798364578.*
Attachments:
[application/octet-stream] RM_6022.patch (398B, 3-RM_6022.patch)
download | inline diff:
diff --git a/web/setup.py b/web/setup.py
index fbc7f1e..3f66766 100644
--- a/web/setup.py
+++ b/web/setup.py
@@ -346,6 +346,9 @@ def load_servers(args):
new_server.tunnel_authentication = \
obj.get("TunnelAuthentication", None)
+ new_server.shared = \
+ obj.get("Shared", None)
+
db.session.add(new_server)
try:
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin][RM-6022]: Shared servers import is failing.
@ 2020-12-03 05:17 Akshay Joshi <[email protected]>
parent: Nikhil Mohite <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2020-12-03 05:17 UTC (permalink / raw)
To: Nikhil Mohite <[email protected]>; +Cc: pgadmin-hackers
Thanks, patch applied.
On Wed, Dec 2, 2020 at 5:23 PM Nikhil Mohite <[email protected]>
wrote:
> Hi Team,
>
> Please find the patch for RM-6022
> <https://redmine.postgresql.org/issues/6022;: Shared servers import is
> failing.
> added missing shared server flag while loading servers.
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* <https://www.enterprisedb.com/;
> *Mob.No: +91-7798364578.*
>
--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2020-12-03 05:17 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 11:53 [pgAdmin][RM-6022]: Shared servers import is failing. Nikhil Mohite <[email protected]>
2020-12-03 05:17 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox