[Sqlalchemy-tickets] Issue #3543: support new Oracle 12c OFFSET / TOP N (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2015-09-29 15:42:05
|
New issue 3543: support new Oracle 12c OFFSET / TOP N https://bitbucket.org/zzzeek/sqlalchemy/issues/3543/support-new-oracle-12c-offset-top-n Mike Bayer: Let's support at least a subset of https://oracle-base.com/articles/12c/row-limiting-clause-for-top-n-queries-12cr1 to fulfill LIMIT/OFFSET. This is a big enough deal that I'd like to at some point get an Oracle 12c CI environment going. There should be a manual flag to select either style, and if set to None it will auto-select based on detected Oracle version. |