bugfix
This commit is contained in:
parent
3426bda470
commit
49f866a1aa
@ -49,7 +49,7 @@ class MySqlor(SQLor):
|
||||
}
|
||||
@classmethod
|
||||
def isMe(self,name):
|
||||
if name=='pymysql':
|
||||
if name=='mysql':
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
@ -90,7 +90,7 @@ class SQLor(object):
|
||||
|
||||
def unpassword(self):
|
||||
key=getConfig().password_key
|
||||
self.desc.kwargs.password = aes_decode_b64(key, self.desc.kwargs.password)
|
||||
self.dbdesc.password = aes_decode_b64(key, self.dbdesc.password)
|
||||
|
||||
async def get_schema(self):
|
||||
def concat_idx_info(idxs):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user