From: Paul Lettich Date: Wed, 27 Jan 2021 13:31:39 +0000 (+0100) Subject: Fix broken link to cx_Oracle documentation X-Git-Tag: rel_1_3_24~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ee2572f32a5d44c2edee9653a310fa5cab318e6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix broken link to cx_Oracle documentation (cherry picked from commit 2c7e78be96a33902927f911429849a2ccfbcfc9b) --- 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``.