long2ice

Results 410 comments of long2ice

Updated dependencies

Thanks! Please resolve conflicts.

You can just wrap the transaction like this: ```py class Transaction: async def __aenter__(self): self.connection = in_transaction() await self.connection.__aenter__() return self.connection async def __aexit__(self, exc_type, exc_val, exc_tb): await self.connection.__aexit__(exc_type, exc_val,...

Could you give a link for SQLAlchemy?

Check https://github.com/tortoise/tortoise-orm/pull/687

So how can I fix this? I can't access the admin dashboard.