Alexey Firsov

Results 34 comments of Alexey Firsov

yes, we use together with a pg_bouncer. works

@decaz Hi! I think we will make it possible to pass user `pool_cls` parameters in the future. In this situation, you can use the connection and nested context managers. Example:...

@tzoiker hi. timeout for `sa` is transmitted in pool or engine ```python async with create_engine(dsn, timeout=10): pass ```

use `as_tuple` method of the class RowProxy in the RowProxy implements method `__iter__` for keys ``` return iter(self._result_proxy.keys) ```

for insert the return id you can use `scalar` ``` print(await (await conn.execute(query)).scalar()) # Output: 1 ```

I'm not sure if this is a bug. this is described in the documentation. without any doubts, he behaves differently from that of sqlalchemy. I do not think that the...

try updating to version aiopg==1.0.0

@asvetlov I can try, i also use in work, you can write off in the mail virmir49 gmail

@jettify what further actions? I do not yet have access.

@jettify Thank you! access is!