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

feat: Add set_connect_options method to Pool #2088

Merged
merged 4 commits into from Sep 20, 2022

Commits on Sep 19, 2022

  1. feat: Add set_connect_options method to Pool

    This allows external updates of the ConnectionOptions used when a new
    connection needs to be opened for the pool.  The primary use case
    is to support dynamically updated (read: rotated) credentials used
    by systems like AWS RDS.
    moatra committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1b76a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1dfcb5 View commit details
    Browse the repository at this point in the history
  3. sqlite fix

    moatra committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    9aefc7e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Use direct assignment instead of mem::swap

    Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
    moatra and abonander committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    cba314b View commit details
    Browse the repository at this point in the history