fix for postgresql when using an alias.

This commit is contained in:
Michele Comitini
2013-07-17 16:49:27 +02:00
parent e0d3d99be0
commit f79aea6255
+2
View File
@@ -2569,6 +2569,8 @@ class PostgreSQLAdapter(BaseAdapter):
}
QUOTE_TEMPLATE = '%s'
def varquote(self,name):
return varquote_aux(name,'"%s"')