[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

pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr

2021-12-01 Thread Akshay Joshi
Fixed an issue where SQLite database definition is wrong because the USER_ID FK references the table user_old which is not available. Fixes #7031 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b613fdf368b5adfa66beb327d0d414ab7088ea4 Author:

pgAdmin 4 commit: Update the dropzone version to 5.9.3 and Flask-SQLAlc

2021-12-01 Thread Akshay Joshi
Update the dropzone version to 5.9.3 and Flask-SQLAlchemy to 2.5.*. Fixes #7044 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d804d285704cdce947758e7854af5de093bda66 Author: Aditya Toshniwal Modified Files -- docs/en_US/release

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

2021-12-01 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Dec 1, 2021 at 4:23 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached for #7031 Database definition wrong. > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | EnterpriseDB Corporation > -- *Th

Re: [pgAdmin][RM7044] Upload timeout caused by dropzone lib

2021-12-01 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Dec 1, 2021 at 10:12 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will update the dropzone version to 5.9.3 > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

pgAdmin 4 commit: Added 'eslint-plugin-react-hooks' to identify the lin

2021-12-01 Thread Akshay Joshi
Added 'eslint-plugin-react-hooks' to identify the linter errors related to react hooks. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f9b9b9dcfd2470df2ecd5619663276cdd5da039 Modified Files -- web/.eslintrc.js | 5 + web/pack

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

2021-12-01 Thread Aditya Toshniwal
Hi Pradip, You did not include the server_old table for query_history. Please also remove the commented code: +# db.engine.execute("PRAGMA foreign_keys=ON") + +# db.session.commit() + +# db.engine.execute("PRAGMA foreign_keys=ON") + On Wed, Dec 1, 2021 at 5:25 PM Akshay Joshi wrote

[pgAdmin][7046] Accessibility fixes

2021-12-01 Thread Ganesh Jaybhay
Hi Hackers, Please find the attached patch to fix the below accessibility issues: - Focus is not visible while navigating through top navbar menu items(File, Object, Tools) - In preference dialog- wherever access key is used for a shortcut declaration, unable to get out of the textbox