fix for postgresql when using an alias.
This commit is contained in:
@@ -2569,6 +2569,8 @@ class PostgreSQLAdapter(BaseAdapter):
|
||||
|
||||
}
|
||||
|
||||
QUOTE_TEMPLATE = '%s'
|
||||
|
||||
def varquote(self,name):
|
||||
return varquote_aux(name,'"%s"')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user