Re: [pgadmin-hackers] [pgAdmin4][Patch] Add affected row count support in psycopg2

2016-04-12 Thread Dave Page
Thanks, applied. On Tue, Apr 12, 2016 at 11:24 AM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > Hi All > > While implementing Query Tool, we need the affected row count for the > queries (DELETE, SELECT, UPDATE etc..) executed on the database server. I > have implemented the same. Attac

[pgadmin-hackers] [pgAdmin4][Patch] Add affected row count support in psycopg2

2016-04-12 Thread Akshay Joshi
Hi All While implementing Query Tool, we need the affected row count for the queries (DELETE, SELECT, UPDATE etc..) executed on the database server. I have implemented the same. Attached is the patch file, please review it and let me know the review comments if any. -- *Akshay Joshi* *Principal