]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update asktom link, fixes #3925
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2017 21:50:13 +0000 (16:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Mar 2017 21:50:13 +0000 (16:50 -0500)
Change-Id: Ibd63311dfccebbdf67e8ad7dc56ad311bf573895

lib/sqlalchemy/dialects/oracle/base.py

index 9e53923878273f1b000ec52d2ef3534a45d92a47..7c23e9cd48c3b60f0d38dae15e1409269b69ac89 100644 (file)
@@ -74,7 +74,7 @@ LIMIT/OFFSET Support
 Oracle has no support for the LIMIT or OFFSET keywords.  SQLAlchemy uses
 a wrapped subquery approach in conjunction with ROWNUM.  The exact methodology
 is taken from
-http://www.oracle.com/technology/oramag/oracle/06-sep/o56asktom.html .
+http://www.oracle.com/technetwork/issue-archive/2006/06-sep/o56asktom-086197.html .
 
 There are two options which affect its behavior: