From: Mike Bayer Date: Mon, 6 Mar 2017 21:50:13 +0000 (-0500) Subject: - update asktom link, fixes #3925 X-Git-Tag: rel_1_1_7~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6b75870bdc7aa8fe70296cc3fc94ea06f16417;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - update asktom link, fixes #3925 Change-Id: Ibd63311dfccebbdf67e8ad7dc56ad311bf573895 --- diff --git a/lib/sqlalchemy/dialects/oracle/base.py b/lib/sqlalchemy/dialects/oracle/base.py index 9e53923878..7c23e9cd48 100644 --- a/lib/sqlalchemy/dialects/oracle/base.py +++ b/lib/sqlalchemy/dialects/oracle/base.py @@ -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: