bugfix
This commit is contained in:
parent
6655fc6fde
commit
62514a2398
@ -49,7 +49,7 @@ class MySqlor(SQLor):
|
|||||||
}
|
}
|
||||||
@classmethod
|
@classmethod
|
||||||
def isMe(self,name):
|
def isMe(self,name):
|
||||||
if name=='mysql':
|
if name in ['mysql', 'aiosqlor', 'tidb']:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user