Re: CLI for Schema Diff

2021-04-19 Thread Dave Page
Hi On Mon, Apr 19, 2021 at 6:47 AM Steve Chavez wrote: > Hi Dave, > > Thanks for the thoughtful reply. I got sidetracked but now I'm able to > continue work on the CLI. > > > 1) Agree a standard for command line syntax. > > 3) Make the code modular and extensible; perhaps using a Python module >

pgAdmin 4 commit: Update version for release.

2021-04-19 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=81e077da5e310bbd2b8bfad6a3dd246ce0609648 Modified Files -- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin4 v5.2 candidate builds

2021-04-19 Thread Akshay Joshi
Hi All, pgAdmin4 v5.2 candidate builds and source can be found at https://developer.pgadmin.org/builds/2021-04-19-1/ Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres

Feature #6395 - Basic Log Rotation

2021-04-19 Thread Thomas Greenwood
Hi, I've opened feature issue #6395 to enable log rotation in pgAdmin4 v5. Please find the attached basic patch as a starter for 10. It's the same patch attached to the feature issue. Thanks a lot, Tomdiff -Naur orig/__init__.py new/__init__.py --- orig/__init__.py 2021-04-16 17:22:51.816949

Re: CLI for Schema Diff

2021-04-19 Thread Steve Chavez
Hi Dave, Thanks for the thoughtful reply. I got sidetracked but now I'm able to continue work on the CLI. > 1) Agree a standard for command line syntax. > 3) Make the code modular and extensible; perhaps using a Python module per CLI module. Cool, I agree with the standard. From my understanding

[pgAdmin][RM6341] CSV download quotes numeric columns

2021-04-19 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6341 CSV download quotes numeric columns. Initially, the double-precision value was getting typecast to a string. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6341.patch Description: Binary data