juntatalor

Results 3 issues of juntatalor

Hi! I'm running sample code from https://returns.readthedocs.io/en/latest/pages/future.html#futureresult on python3.7 I've set timeout for AsyncClient to 0.01, expecting the function to always fail. That works correct, the result is But there...

bug
help wanted

* **asyncpg version**: 0.20.1, 0.19.0, 0.18.3, 0.17.0, 0.16.0 * **PostgreSQL version**: 10.6 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local...

Hello! My case is about passing **timeout** argument to asyncpg backend (methods acquire, execute, fetch, etc), because it is important in async python applications. For now it absolutely impossible. I...