summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/visitor.py
diff options
context:
space:
mode:
authoriElectric <unknown>2009-07-13 18:45:52 +0200
committeriElectric <unknown>2009-07-13 18:45:52 +0200
commit7cb4b6363c2567fee04aeb56b48651092688521c (patch)
treefea337f071b06e82688f4d0cf56702ca4e2f3fa6 /migrate/changeset/databases/visitor.py
parent9ef49f8c01c2c6988c82186c44717cbc1231a782 (diff)
downloadsqlalchemy-migrate-7cb4b6363c2567fee04aeb56b48651092688521c.tar.gz
applying patch for issue #61 by Michael Bayer
Diffstat (limited to 'migrate/changeset/databases/visitor.py')
-rw-r--r--migrate/changeset/databases/visitor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrate/changeset/databases/visitor.py b/migrate/changeset/databases/visitor.py
index 6db2d51..aa8a3e5 100644
--- a/migrate/changeset/databases/visitor.py
+++ b/migrate/changeset/databases/visitor.py
@@ -16,6 +16,7 @@ DIALECTS = {
"default": ansisql.ANSIDialect,
"sqlite": sqlite.SQLiteDialect,
"postgres": postgres.PGDialect,
+ "postgresql": postgres.PGDialect,
"mysql": mysql.MySQLDialect,
"oracle": oracle.OracleDialect,
"firebird": firebird.FBDialect,