bugfix
This commit is contained in:
parent
5dbf1e878c
commit
3faa737c39
@ -38,7 +38,7 @@ class PostgreSQLor(SQLor):
|
|||||||
}
|
}
|
||||||
@classmethod
|
@classmethod
|
||||||
def isMe(self,name):
|
def isMe(self,name):
|
||||||
return name=='psycopg2'
|
return name=='psycopg2' or name=='aiopg'
|
||||||
|
|
||||||
def grammar(self):
|
def grammar(self):
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user