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):