From 2c7e78be96a33902927f911429849a2ccfbcfc9b Mon Sep 17 00:00:00 2001 From: Paul Lettich Date: Wed, 27 Jan 2021 14:31:39 +0100 Subject: [PATCH] Fix broken link to cx_Oracle documentation --- lib/sqlalchemy/dialects/oracle/cx_oracle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/dialects/oracle/cx_oracle.py b/lib/sqlalchemy/dialects/oracle/cx_oracle.py index df00e071f4..056e34fe1a 100644 --- a/lib/sqlalchemy/dialects/oracle/cx_oracle.py +++ b/lib/sqlalchemy/dialects/oracle/cx_oracle.py @@ -208,7 +208,7 @@ altering the type coercion behavior at the same time. Users of the cx_Oracle dialect are **strongly encouraged** to read through cx_Oracle's list of built-in datatype symbols at -http://cx-oracle.readthedocs.io/en/latest/module.html#types. +http://cx-oracle.readthedocs.io/en/latest/module.html#database-types. Note that in some cases, significant performance degradation can occur when using these types vs. not, in particular when specifying ``cx_Oracle.CLOB``. -- 2.47.2