]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix broken link to cx_Oracle documentation
authorPaul Lettich <paul.lettich@netknights.it>
Wed, 27 Jan 2021 13:31:39 +0000 (14:31 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Feb 2021 14:24:58 +0000 (09:24 -0500)
(cherry picked from commit 2c7e78be96a33902927f911429849a2ccfbcfc9b)

lib/sqlalchemy/dialects/oracle/cx_oracle.py

index b02f497060e4b2d7d544dcc2545a7a01788375a8..7164609111cf1ed8f73b14f1265c81f68f4d0673 100644 (file)
@@ -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``.