summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--migrate/changeset/ansisql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate/changeset/ansisql.py b/migrate/changeset/ansisql.py
index 495b197..c5ff405 100644
--- a/migrate/changeset/ansisql.py
+++ b/migrate/changeset/ansisql.py
@@ -275,7 +275,7 @@ class ANSIConstraintCommon(AlterTableVisitor):
ret = cons.name
else:
ret = cons.name = cons.autoname()
- return self.preparer.quote(ret, cons.quote)
+ return ret
def visit_migrate_primary_key_constraint(self, *p, **k):
self._visit_constraint(*p, **k)