This commit is contained in:
yumoqing 2025-10-20 17:34:03 +08:00
parent f89b972576
commit b9a6724cbe

View File

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