[pgAdmin][Patch] - Bug #5567 - Conversion of bytea to binary string representation works in psql but results in error in pgadmin

2020-08-11 Thread Yogesh Mahajan
Hello, Please find a patch which fixes the output for bytea type data.Patch defaults 'bytea_output' to 'hex' format. Thanks, Yogesh Mahajan QA - Team EnterpriseDB Corporation Phone: +91-9741705709 RM5567_v1.patch Description: Binary data

pgAdmin 4 commit: Fixed an issue where conversion of bytea to the binar

2020-08-11 Thread Akshay Joshi
Fixed an issue where conversion of bytea to the binary string results in an error. Fixes #5567 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f70385a4ecb660618d7bdc8f0128592a694c41d Author: Yogesh Mahajan Modified Files -- docs

pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu

2020-08-11 Thread Akshay Joshi
Fixed cognitive complexity issues reported by SonarQube. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8129df42da8a355a89f2c7213389d469eeac5a90 Author: Aditya Toshniwal Modified Files -- .../servers/pgagent/schedules/__init__.py

pgAdmin 4 commit: Fixed following schema diff issues:

2020-08-11 Thread Akshay Joshi
Fixed following schema diff issues: 1) Wrong SQL generated for the columns having different data type.   2) Added 'castfunc' in the ignore list. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=082b968bbcec2abde196278e111987147ad2fa72 Modifie

Re: [pgAdmin][SonarQube] Reduce cognitive complexity

2020-08-11 Thread Akshay Joshi
Thanks, patch applied. On Tue, Aug 11, 2020 at 11:42 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will reduce cognitive complexity for functions as below: > web/.../servers/pgagent/schedules/__init__.py - 17 to 15 > web/.../servers/pgagent/steps

Re: [pgAdmin][Patch] - Bug #5567 - Conversion of bytea to binary string representation works in psql but results in error in pgadmin

2020-08-11 Thread Akshay Joshi
Thanks, patch applied. On Tue, Aug 11, 2020 at 2:40 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hello, > > Please find a patch which fixes the output for bytea type data.Patch > defaults 'bytea_output' to 'hex' format. > > > Thanks, > Yogesh Mahajan > QA - Team > EnterpriseDB Co

Re: pgAdmin debugger failure when search_path set

2020-08-11 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch for RM4123, where debugger doesn't work if the search path is set other than public(where the debugger extension is installed). Now the schema public is appended to the existing search path and it will now work no matter what the search path is. I've also renamed

str never has attribute decode in py3

2020-08-11 Thread Cyril Jouve
0001-str-never-has-attribute-decode.patch Description: Binary data