]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
document using fetch() with Oracle
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jul 2022 15:44:09 +0000 (11:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jul 2022 15:47:04 +0000 (11:47 -0400)
commitd245a3deac6e5c1efbaf04caec4de8cb3ee44ad5
tree3f45ea9947e8137614e75f2995605a54c23b3c22
parent844365266aeb2582d775d019c48e7ffa6113c673
document using fetch() with Oracle

We implemented working FETCH support, but it's not
yet implied by limit/offset.  The docs make no mention
that this is available which is very misleading including
to maintainers.    Make it clear that fetch() support is
there right now, it's just not yet implicit with
limit/offset.

Change-Id: Ib2231dcdd80a8bf3ac4bbf590e1a8dfeac31e9da
References: #8221
(cherry picked from commit 805a1323b973a30af99ce506dd5c5c4ab96cff0f)
lib/sqlalchemy/dialects/oracle/base.py