diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-06-13 16:35:12 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-06-13 17:21:38 -0400 |
commit | de08740d7c21fa9dcef453bfd07a3defa428e88f (patch) | |
tree | 2e29ffa9c88a8a9f03fada98af42b00cf055c6af /lib/sqlalchemy/sql/compiler.py | |
parent | 750c2d99c6ffa24161852973f045b5a1449b4f6c (diff) | |
download | sqlalchemy-de08740d7c21fa9dcef453bfd07a3defa428e88f.tar.gz |
Generate Oracle ROWNUM scheme using named subqueries
The LIMIT / OFFSET scheme used in Oracle now makes use of named subqueries
rather than unnamed subqueries when it transparently rewrites a SELECT
statement to one that uses a subquery that includes ROWNUM. The change is
part of a larger change where unnamed subqueries are no longer directly
supported by Core, as well as to modernize the internal use of the select()
construct within the Oracle dialect.
Change-Id: I27605d7cf16ce79f9d577dbc84e3bd51b7c9b4ae
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions