]> 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:51 +0000 (16:50 -0500)
Change-Id: Ibd63311dfccebbdf67e8ad7dc56ad311bf573895
(cherry picked from commit 3a6b75870bdc7aa8fe70296cc3fc94ea06f16417)

lib/sqlalchemy/dialects/oracle/base.py

index d59ee6271c518bf221c197ab106f2a4b08fc9ea3..e060d94fd3c0a061f5cd541e0d5276b6ead987ba 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: