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