]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix broken link to cx_Oracle documentation 5883/head
authorPaul Lettich <paul.lettich@netknights.it>
Wed, 27 Jan 2021 13:31:39 +0000 (14:31 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 13:31:39 +0000 (14:31 +0100)
lib/sqlalchemy/dialects/oracle/cx_oracle.py

index df00e071f4c626f9e5b6810b99ffdc5370373ae8..056e34fe1a018461191d785c402ea415dfaa3d29 100644 (file)
@@ -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``.