Re: [PyGreSQL] Bug in driver

2018-07-18 Thread Christoph Zwerschke
Am 17.07.2018 um 21:54 schrieb M P: I said before I have tried in a single threaded test case with the same issue. That makes it all the more mysterious, and as I said, if you can provide a reproducible test case that creates this kind of low-level network protocol error without threads or fork

Re: [PyGreSQL] Bug in driver

2018-07-17 Thread M P
I said before I have tried in a single threaded test case with the same issue. On Tue, Jul 17, 2018 at 9:39 AM, Christoph Zwerschke wrote: > Am 12.07.2018 um 00:59 schrieb M P: > >> I've used this in a single threaded program and it had this error. I >> swapped with another python pgsql driver a

Re: [PyGreSQL] Bug in driver

2018-07-17 Thread Christoph Zwerschke
Am 12.07.2018 um 00:59 schrieb M P: I've used this in a single threaded program and it had this error. I swapped with another python pgsql driver and used the same exact queries without an issue. We'd be glad if you could provide a reproducible single threaded test case for this issue if you

Re: [PyGreSQL] Bug in driver

2018-07-17 Thread M P
I've used this in a single threaded program and it had this error. I swapped with another python pgsql driver and used the same exact queries without an issue. On Wed, Jul 11, 2018, 13:37 Justin Pryzby wrote: > On Wed, Jul 11, 2018 at 08:14:45PM +0200, Christoph Zwerschke wrote: > > Am 29.06.201

Re: [PyGreSQL] Bug in driver

2018-07-11 Thread Justin Pryzby
On Wed, Jul 11, 2018 at 08:14:45PM +0200, Christoph Zwerschke wrote: > Am 29.06.2018 um 22:40 schrieb M P: > > I may have found a bug in the driver. See the SO post here: > > > > https://stackoverflow.com/questions/51108552/pygresql-insufficient-data-in-t-message > > See my reply on SO. I don't th

Re: [PyGreSQL] Bug in driver

2018-07-11 Thread Christoph Zwerschke
Am 29.06.2018 um 22:40 schrieb M P: > I may have found a bug in the driver. See the SO post here: > > https://stackoverflow.com/questions/51108552/pygresql-insufficient-data-in-t-message See my reply on SO. I don't think it has anything to do with PyGreSQL, and without a reproducible test case

[PyGreSQL] Bug in driver

2018-07-11 Thread M P
I may have found a bug in the driver. See the SO post here: https://stackoverflow.com/questions/51108552/pygresql-insufficient-data-in-t-message?noredirect=1#comment89204957_51108552 OperationalError: Internal error in 'SELECT * FROM vm_api_group WHERE cust_id=3 AND node_id=18': insufficient data