]> 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:44:09 +0000 (11:44 -0400)
commit805a1323b973a30af99ce506dd5c5c4ab96cff0f
tree66ae68a40a2604904505eea7eb19602437793667
parent5c2af38dce17a7218137e26d84911cdb36e87811
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
lib/sqlalchemy/dialects/oracle/base.py