From b9a6724cbe4c7c2d1dbf5477259947ae49fc3245 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 20 Oct 2025 17:34:03 +0800 Subject: [PATCH] bugfix --- sqlor/sor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sqlor/sor.py b/sqlor/sor.py index cb0e600..722119c 100755 --- a/sqlor/sor.py +++ b/sqlor/sor.py @@ -93,6 +93,7 @@ class SQLor(object): if self.dbdesc.password: key=getConfig().password_key self.dbdesc.password = aes_decode_b64(key, self.dbdesc.password) + debug(f'--------{self.dbdesc=}----') async def get_schema(self): def concat_idx_info(idxs):