From: Mike Bayer Date: Mon, 21 Aug 2006 03:51:48 +0000 (+0000) Subject: postgres reflection uses dialect-wide preparer X-Git-Tag: rel_0_2_8~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435f7b1c381c6f8af34c1ca97d42e333d2b40f7c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git postgres reflection uses dialect-wide preparer --- diff --git a/lib/sqlalchemy/databases/postgres.py b/lib/sqlalchemy/databases/postgres.py index 1ce10dd4c6..887c593e16 100644 --- a/lib/sqlalchemy/databases/postgres.py +++ b/lib/sqlalchemy/databases/postgres.py @@ -307,7 +307,7 @@ class PGDialect(ansisql.ANSIDialect): if self.use_information_schema: ischema.reflecttable(connection, table, ischema_names) else: - preparer = self.preparer() + preparer = self.identifier_preparer if table.schema is not None: current_schema = table.schema else: