Skip to content

Commit 2c7e78b

Browse files
authored
Fix broken link to cx_Oracle documentation
1 parent 25ee5a0 commit 2c7e78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlalchemy/dialects/oracle/cx_oracle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
209209
Users of the cx_Oracle dialect are **strongly encouraged** to read through
210210
cx_Oracle's list of built-in datatype symbols at
211-
http://cx-oracle.readthedocs.io/en/latest/module.html#types.
211+
http://cx-oracle.readthedocs.io/en/latest/module.html#database-types.
212212
Note that in some cases, significant performance degradation can occur when
213213
using these types vs. not, in particular when specifying ``cx_Oracle.CLOB``.
214214

0 commit comments

Comments
 (0)