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

Refactor setting.Database.UseXXX to methods (#23354) #23356

Merged
merged 1 commit into from
Mar 7, 2023

Commits on Mar 7, 2023

  1. Refactor setting.Database.UseXXX to methods (go-gitea#23354)

    Replace go-gitea#23350.
    
    Refactor `setting.Database.UseMySQL` to
    `setting.Database.Type.IsMySQL()`.
    
    To avoid mismatching between `Type` and `UseXXX`.
    
    This refactor can fix the bug mentioned in go-gitea#23350, so it should be
    backported.
    wolfogre authored and GiteaBot committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    210d884 View commit details
    Browse the repository at this point in the history