Amin Alaee

Results 192 comments of Amin Alaee

I forgot about this completely, what would be the fix here? this is the expected behaviour, I'm not sure about the packaging.

So what is the issue here? And do you have any suggestions for the fix?

I don't have that much knowledge of connection internals, but as I understand the two calls of `db.connection()` return the same connection object. To get different connections maybe we can...

I agree that this isn't clear and the accessing transaction connection can be improved. PRs are welcome. As for your last comment, the reason why the docs say you should...

Update: We already have support for specifying isolation-level [here](https://github.com/encode/databases/blob/master/databases/backends/postgres.py#L306). So this should work for the isolation levels and needs to be documented: ```python db = Database("postgresql://...") await db.connect() async with...

@jinserk If you still have that question/issue, can you provide more information about it?

Hi, Can you provide a minimal example where we can see what is the current output and what is the expected output? It will be much easier and faster to...

Sorry I forgot to ask, which database driver are you using?

I'm not sure if it's really related to this issue, but Databases is supposed to be used with an async db driver like `asyncpg` or `aiopg` for PostgreSQL.