summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgres.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-10-12 00:11:00 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-10-12 00:11:00 +0000
commitd6239f2262f44cdf1c87d2ded28d0fe45ad8963d (patch)
tree9bca598e26cbd0108a9ab9d9419fc697f1024bc8 /lib/sqlalchemy/dialects/postgres.py
parent114ad36894ab37280106feb15e5421ac124c6834 (diff)
downloadsqlalchemy-d6239f2262f44cdf1c87d2ded28d0fe45ad8963d.tar.gz
- added "ddl" argument to the "on" callable of DDLElement [ticket:1538]
- fixed the imports in the "postgres" cleanup dialect - renamed "schema_item" attribute/argument of DDLElement to "target".
Diffstat (limited to 'lib/sqlalchemy/dialects/postgres.py')
-rw-r--r--lib/sqlalchemy/dialects/postgres.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgres.py b/lib/sqlalchemy/dialects/postgres.py
index e66989fa7..0c1d3fd25 100644
--- a/lib/sqlalchemy/dialects/postgres.py
+++ b/lib/sqlalchemy/dialects/postgres.py
@@ -6,4 +6,5 @@ warn_deprecated(
"The new URL format is postgresql[+driver]://<user>:<pass>@<host>/<dbname>"
)
-from sqlalchemy.dialects.postgresql import * \ No newline at end of file
+from sqlalchemy.dialects.postgresql import *
+from sqlalchemy.dialects.postgresql import base