Vineet Naik

Results 6 issues of Vineet Naik

### What's the problem this feature will solve? Hi. I am the author and current maintainer of [pipdeptree](https://pypi.org/project/pipdeptree/) and I wanted to check if pypa org / pip's maintainers would...

type: feature request

We're observing errors `prepared statement does not exist` in the applications that are connecting via odyssey to yugabyte db in transaction pool mode. Example: ``` org.postgresql.util.PSQLException: ERROR: prepared statement "2caa56bd"...

pgbouncer has the `server_connect_timeout` which is documented[1] as follows, > server_connect_timeout If connection and login don’t finish in this amount of time, the connection will be closed. [seconds] Default: 15.0...

The current implementation assumes that all the field lists are added together but that may not always be the case. Sometimes the field lists could be interspersed by ReST directives...