Re: [pgAdmin][RM4469] Add RE-SQL test cases for Sequences

2019-08-29 Thread Aditya Toshniwal
Hi Hackers, Attached is the updated patch. The patch also includes some RE-SQL log additions and a change in resql code where msql was failing if scenario data had dict data types. Code is changed to convert dict to string before forming the URL. Kindly review. On Thu, Aug 29, 2019 at 11:28 AM A

[pgAdmin][RM4663] Query history throws python exception on python 2.7

2019-08-29 Thread Aditya Toshniwal
Hi Hackers, Attached is the tiny patch to fix exception on python 2.7 in query history. Kindly review. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE" RM4663.patch Description: Binary data

Re: [pgAdmin][RM4469] Add RE-SQL test cases for Sequences

2019-08-29 Thread Akshay Joshi
Thanks patch applied. On Thu, Aug 29, 2019 at 12:29 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch. > The patch also includes some RE-SQL log additions and a change in resql > code where msql was failing if scenario data had dict da

pgAdmin 4 commit: Added MSQL test cases for Sequences and cover missing

2019-08-29 Thread Akshay Joshi
Added MSQL test cases for Sequences and cover missing ACL RE-SQL test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6da1cf25cb2e9385af7bbc716a218f4f61c6d42 Author: Aditya Toshniwal Modified Files -- .../templates/sequenc

pgAdmin 4 commit: Add Reverse Engineered SQL tests for Schemas. Fixes #

2019-08-29 Thread Akshay Joshi
Add Reverse Engineered SQL tests for Schemas. Fixes #4575 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e0c53e7d1dfdb68a55c8aca30d4e59a37c913724 Modified Files -- docs/en_US/release_notes_4_13.rst | 1 + .../tem

pgAdmin 4 commit: Fix exception in query history for python 2.7. Fixes

2019-08-29 Thread Akshay Joshi
Fix exception in query history for python 2.7. Fixes #4663 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=47f26cc3779b45066a47fd4d891c98ff301f0e4c Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_13.rst

Re: [pgAdmin][RM4663] Query history throws python exception on python 2.7

2019-08-29 Thread Akshay Joshi
Thanks patch applied. On Thu, Aug 29, 2019 at 1:19 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the tiny patch to fix exception on python 2.7 in query history. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer |