Merge branch 'main' of git.opencomputing.cn:yumoqing/sqlor

This commit is contained in:
yumoqing 2026-07-14 14:53:25 +08:00
commit a9a02eb45b

View File

@ -159,6 +159,7 @@ WHERE
await self.conn.close()
async def enter(self):
await self.conn.commit()
self.cur = await self.conn.cursor()
async def exit(self):