From 0ee2572f32a5d44c2edee9653a310fa5cab318e6 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 (cherry picked from commit 2c7e78be96a33902927f911429849a2ccfbcfc9b) --- 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 b02f497060..7164609111 100644 --- a/lib/sqlalchemy/dialects/oracle/cx_oracle.py +++ b/lib/sqlalchemy/dialects/oracle/cx_oracle.py @@ -207,7 +207,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.3