Re: Re- [RM-3669]If user drop any object and click on create script, count rows and Truncate table, proper error should displayed that object is in present

2020-06-03 Thread Satish V
Hi, The erroneous import statement is solved in the patch attached... I Ran the test cases again and found no errors. Below patch contains the change in the import statements alone. Thanks, Sathish V On Wed, Jun 3, 2020 at 11:27 AM Akshay Joshi wrote: > Thanks, patch applied. > > On Tue, Jun 2

pgAdmin 4 commit: Fixed import statements.

2020-06-03 Thread Akshay Joshi
Fixed import statements. refs #3669 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=726ecd79e605ceb8b7ebdaa9e5e7d1d305d5f320 Author: Satish V Modified Files -- .../servers/databases/schemas/domains/domain_constraints/__init__.py

Re: Re- [RM-3669]If user drop any object and click on create script, count rows and Truncate table, proper error should displayed that object is in present

2020-06-03 Thread Akshay Joshi
Thanks, patch applied. On Wed, Jun 3, 2020 at 12:45 PM Satish V wrote: > Hi, > The erroneous import statement is solved in the patch attached... > I Ran the test cases again and found no errors. > Below patch contains the change in the import statements alone. > > Thanks, > Sathish V > > > On We