Dmitriy Falko
Results
2
comments of
Dmitriy Falko
trafficstars
Problem with this code: `if (checkCommandForIO(parameters[i]) && typeof parameters[i + 1] !== 'object') { parameters[i + 1] = dir + parameters[i + 1]; }` to be more exact `const checkCommandForIO...
`self._engine = create_async_engine( dsn, future=True, connect_args={ "statement_cache_size": 0, "dsn": dsn.replace("+asyncpg", ""), "host": None, }, )` It works if I add connect_args, but it looks weird