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

Sequel: relax Ruby requirement for Timed pool #2888

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. Sequel: relax Ruby requirement for Timed pool

    Accommodate Sequel v5.85.0, which has made the timed connection pool the
    default for Ruby 3.2+ by always  permitting the use of a timed
    connection pool for explain plan generation in a Ruby 3.2+ context
    (previously only a Ruby 3.4+ context would work).
    
    https://sequel.jeremyevans.net/rdoc/files/doc/release_notes/5_85_0_txt.html#label-Other+Improvements
    fallwith committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2f8d3c6 View commit details
    Browse the repository at this point in the history