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

Enable gaplock protection when using trilogy mysql adapter #528

Commits on Dec 21, 2023

  1. Enable gaplock protection when using trilogy mysql adapter

    In gocardless#522 the ability to
    enable gaplock protection manually was removed, likely assuming there
    was no need for this since it's enabled by default when using an adapter
    that is named `mysql*`, however we use
    https://github.com/trilogy-libraries/trilogy which has been gaining some
    traction in the community and this change now leaves us without a way to
    enable the functionality.
    
    I think it makes most sense to enable the functionality by default when
    using this new adapter as well, and keep config requirements minimal, so
    I added a little check for that adapter name as well.
    jurre committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9c7df62 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    0918f8c View commit details
    Browse the repository at this point in the history