From: asimfarooq5 Date: Tue, 16 Aug 2022 13:41:06 +0000 (+0500) Subject: clean PR X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8c098a3b3fc2955333c173d11522d734af52abb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git clean PR --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 90639a4817..d7b280f2a3 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -2428,13 +2428,6 @@ class PGTypeCompiler(compiler.GenericTypeCompiler): def visit_json_str_index(self, type_, **kw): return "TEXT" -+ - def visit_MONEY(self, type_, **kw): - return "MONEY" - -@@ -2447,6 +2461,9 @@ class PGTypeCompiler(compiler.GenericTypeCompiler): - (type_.timezone and "WITH" or "WITHOUT") + " TIME ZONE", - ) def visit_datetime(self, type_, **kw): return self.visit_TIMESTAMP(type_, **kw)