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

Rails 3 support for Oracle database in paginate_by_sql #96

Closed
wants to merge 1 commit into from

Commits on Jan 6, 2011

  1. Oracle doesn't support the OFFSET and LIMIT keywords. Previously this…

    … was handled here by the rails add_limit! method
    
    but this was removed in rails3. Faking it for oracle with some additional queries.
    Dave Smylie committed Jan 6, 2011
    Configuration menu
    Copy the full SHA
    117c45a View commit details
    Browse the repository at this point in the history