Re: [DB-SIG] .rowcount issues with large affected row counts.

2017-07-03 Thread James Henstridge
On 30 June 2017 at 06:24, ..: Mark Sloan :.. wrote: > Hi all, > > Kind of new to a lot things here so if I am way off please correct me. > > using psycopg2 with postgres / greenplum / redshift it's now pretty easy to > have a single query have a affected row count higher than it seems .rowcount >

Re: [DB-SIG] .rowcount issues with large affected row counts.

2017-07-03 Thread Daniele Varrazzo
Please open a bug to the psycopg bug tracker: https://github.com/psycopg/psycopg2/issues specifying your platform (win/linux/other, 32/64 bit). Please also add an idea of the number you are expecting to see (I think we should be able to parse 2*10^9 no problem, if not it's a bug). If possible com