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

Deprecate in_clause_length in DatabaseLimits #39057

Merged
merged 1 commit into from
Apr 27, 2020

Commits on Apr 26, 2020

  1. Deprecate in_clause_length in DatabaseLimits

    `in_clause_length` was added at c5a284f to address to Oracle IN clause
    length limitation.
    
    Now `in_clause_length` is entirely integrated in Arel visitor since
    rails#35838 and rails#36074.
    
    Since Oracle visitors are the only code that rely on `in_clause_length`.
    so I'd like to remove that from Rails code base, like has removed Oracle
    visitors (rails#38946).
    kamipo committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c0ca762 View commit details
    Browse the repository at this point in the history