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