Serhii

Results 2 comments of Serhii

@mosquito Can you help please with a case, when a server drops the connection? In that case `RobustConnection()` tries to reconnect to the same server and don't call `close_callback`. In...

Have the same problem :( With `asyncpg + sqlalchemy` - error occurs on `sqlalchemy.dialect` side, so I need to pass some parameters (in my case json_serializer) to `databases.backends.postgres.PostgresBackend._get_dialect`, but currently...