Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use FETCH FIRST for Oracle12 and test ROWNUM <= for Oracle 11g or older version to test sql limit behavior #26067

Merged
merged 1 commit into from
Aug 8, 2016

Commits on Aug 8, 2016

  1. Use FETCH FIRST for Oracle12 database and Arel Oracle12 visitor

    also test `ROWNUM <=` for Oracle 11g or older version of Oracle and Oracle visitor
    Oracle 12c database and Arel Oracle12 visitor supports better top N query.
    yahonda committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    20501d7 View commit details
    Browse the repository at this point in the history